Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -566,8 +566,8 @@ def create_interface():
|
|
| 566 |
thumbs_down = gr.Button("👎 Bad / Flag")
|
| 567 |
|
| 568 |
feedback_reason = gr.Textbox(
|
| 569 |
-
label="Reason
|
| 570 |
-
placeholder="E.g., Incorrect fees, hallucination,
|
| 571 |
)
|
| 572 |
feedback_status = gr.Label(value="", label="Status", show_label=False)
|
| 573 |
|
|
|
|
| 566 |
thumbs_down = gr.Button("👎 Bad / Flag")
|
| 567 |
|
| 568 |
feedback_reason = gr.Textbox(
|
| 569 |
+
label="Reason ",
|
| 570 |
+
placeholder="E.g., Incorrect fees, hallucination,"
|
| 571 |
)
|
| 572 |
feedback_status = gr.Label(value="", label="Status", show_label=False)
|
| 573 |
|