Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,6 @@ def app_interface():
|
|
81 |
|
82 |
with gr.Row():
|
83 |
with gr.Column():
|
84 |
-
for text_box in input_text_boxes:
|
85 |
text_box
|
86 |
with gr.Column():
|
87 |
compute_button
|
|
|
81 |
|
82 |
with gr.Row():
|
83 |
with gr.Column():
|
|
|
84 |
text_box
|
85 |
with gr.Column():
|
86 |
compute_button
|