Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -487,7 +487,7 @@ def create_demo():
|
|
487 |
feedback_text = gr.Textbox(
|
488 |
label="Additional comments (optional)",
|
489 |
placeholder="Tell us more about your experience...",
|
490 |
-
lines=2
|
491 |
visible=True
|
492 |
)
|
493 |
feedback_submit = gr.Button("Submit Feedback", visible=True)
|
|
|
487 |
feedback_text = gr.Textbox(
|
488 |
label="Additional comments (optional)",
|
489 |
placeholder="Tell us more about your experience...",
|
490 |
+
lines=2,
|
491 |
visible=True
|
492 |
)
|
493 |
feedback_submit = gr.Button("Submit Feedback", visible=True)
|