Update app.py
Browse files
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=[
|