Beijuka commited on
Commit
e4dd37d
·
verified ·
1 Parent(s): da001c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ with gr.Blocks() as demo:
119
  performance = gr.Textbox(label="Please describe the model's performance in your own words. What did it do well? What did it struggle with? *")
120
 
121
  save_btn = gr.Button("Submit Feedback")
122
- output_msg = gr.Textbox(interactive=False)
123
  save_btn.click(
124
  fn=save_feedback,
125
  inputs=[
 
119
  performance = gr.Textbox(label="Please describe the model's performance in your own words. What did it do well? What did it struggle with? *")
120
 
121
  save_btn = gr.Button("Submit Feedback")
122
+ # output_msg = gr.Textbox(interactive=False)
123
  save_btn.click(
124
  fn=save_feedback,
125
  inputs=[