Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ def app_interface():
|
|
74 |
|
75 |
task_dropdown = gr.Dropdown(list(tasks.keys()) + ["None"], label="Select a Task (Optional)", value="None")
|
76 |
|
77 |
-
|
78 |
|
79 |
compute_button = gr.Button("Try🐣🛌🏻e5")
|
80 |
|
@@ -82,7 +82,7 @@ def app_interface():
|
|
82 |
|
83 |
with gr.Row():
|
84 |
with gr.Column():
|
85 |
-
|
86 |
with gr.Column():
|
87 |
compute_button
|
88 |
output_display
|
|
|
74 |
|
75 |
task_dropdown = gr.Dropdown(list(tasks.keys()) + ["None"], label="Select a Task (Optional)", value="None")
|
76 |
|
77 |
+
input_text_box = gr.Textbox(label=f"Input Text")
|
78 |
|
79 |
compute_button = gr.Button("Try🐣🛌🏻e5")
|
80 |
|
|
|
82 |
|
83 |
with gr.Row():
|
84 |
with gr.Column():
|
85 |
+
input_text_box
|
86 |
with gr.Column():
|
87 |
compute_button
|
88 |
output_display
|