Update app.py
Browse files
app.py
CHANGED
@@ -215,7 +215,7 @@ def build_interface():
|
|
215 |
gr.Markdown("## Provide Your Feedback")
|
216 |
feedback_input = gr.Textbox(label="Your Feedback", placeholder="Enter your feedback here...", lines=3)
|
217 |
feedback_btn = gr.Button("Submit Feedback")
|
218 |
-
result_output = gr.Textbox(label="Submission Status", interactive=False
|
219 |
|
220 |
submit_button.click(
|
221 |
upload_and_manage,
|
|
|
215 |
gr.Markdown("## Provide Your Feedback")
|
216 |
feedback_input = gr.Textbox(label="Your Feedback", placeholder="Enter your feedback here...", lines=3)
|
217 |
feedback_btn = gr.Button("Submit Feedback")
|
218 |
+
result_output = gr.Textbox(label="Submission Status", interactive=False)
|
219 |
|
220 |
submit_button.click(
|
221 |
upload_and_manage,
|