Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ with gr.Blocks() as interface:
|
|
97 |
#download_button = gr.Button("⬇️ Download Output")
|
98 |
#download_file = gr.File(label="Download File Here",visible=False)
|
99 |
|
100 |
-
report_button = gr.Button("Report")
|
101 |
report_textbox = gr.Textbox(
|
102 |
label="Describe the issue",
|
103 |
lines=4,
|
|
|
97 |
#download_button = gr.Button("⬇️ Download Output")
|
98 |
#download_file = gr.File(label="Download File Here",visible=False)
|
99 |
|
100 |
+
report_button = gr.Button("Report the bad output to get back one more free sample query")
|
101 |
report_textbox = gr.Textbox(
|
102 |
label="Describe the issue",
|
103 |
lines=4,
|