Update app.py
Browse files
app.py
CHANGED
|
@@ -81,7 +81,7 @@ def app_interface():
|
|
| 81 |
|
| 82 |
with gr.Row():
|
| 83 |
with gr.Column():
|
| 84 |
-
|
| 85 |
with gr.Column():
|
| 86 |
compute_button
|
| 87 |
output_display
|
|
|
|
| 81 |
|
| 82 |
with gr.Row():
|
| 83 |
with gr.Column():
|
| 84 |
+
input_text_box
|
| 85 |
with gr.Column():
|
| 86 |
compute_button
|
| 87 |
output_display
|