Spaces:
Runtime error
Runtime error
Julian Vanecek commited on
Commit ·
2edbf88
1
Parent(s): 5f6f8bc
reverting frontend
Browse files
app.py
CHANGED
|
@@ -78,7 +78,7 @@ with gr.Blocks() as demo:
|
|
| 78 |
# Generate random user ID for this session
|
| 79 |
session_user_id = str(uuid.uuid4())[:8]
|
| 80 |
faq_button = gc.Button("Process")
|
| 81 |
-
faq_output = gc.
|
| 82 |
with gr.Row(): # type: ignore
|
| 83 |
thumbs_down = gc.Button("Report bad response", elem_id="thumbs-down", interactive=True)
|
| 84 |
feedback_msg = gc.Markdown(visible=False)
|
|
|
|
| 78 |
# Generate random user ID for this session
|
| 79 |
session_user_id = str(uuid.uuid4())[:8]
|
| 80 |
faq_button = gc.Button("Process")
|
| 81 |
+
faq_output = gc.Markdown(label="Response")
|
| 82 |
with gr.Row(): # type: ignore
|
| 83 |
thumbs_down = gc.Button("Report bad response", elem_id="thumbs-down", interactive=True)
|
| 84 |
feedback_msg = gc.Markdown(visible=False)
|