PearlIsa commited on
Commit
a43a340
1 Parent(s): 56274ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)