Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -238,13 +238,13 @@ with gr.Blocks(
|
|
| 238 |
with gr.Row(scale=1):
|
| 239 |
chatbot_mode=gr.CheckboxGroup(["Guidance Counselor Mode", "Peer Mode", "Parent Mode"], label="How would you like the chatbot to respond?")
|
| 240 |
|
| 241 |
-
with gr.Row():
|
| 242 |
-
save_button = gr.Button("💾 Save Chat History",
|
| 243 |
-
variant="primary",
|
| 244 |
-
size="sm")
|
| 245 |
-
download_button = gr.File(interactive=True,
|
| 246 |
-
visible=True,
|
| 247 |
-
elem_classes=["download-btn"])
|
| 248 |
|
| 249 |
gr.ChatInterface(
|
| 250 |
fn=respond,
|
|
|
|
| 238 |
with gr.Row(scale=1):
|
| 239 |
chatbot_mode=gr.CheckboxGroup(["Guidance Counselor Mode", "Peer Mode", "Parent Mode"], label="How would you like the chatbot to respond?")
|
| 240 |
|
| 241 |
+
#with gr.Row():
|
| 242 |
+
#save_button = gr.Button("💾 Save Chat History",
|
| 243 |
+
#variant="primary",
|
| 244 |
+
#size="sm")
|
| 245 |
+
#download_button = gr.File(interactive=True,
|
| 246 |
+
#visible=True,
|
| 247 |
+
#elem_classes=["download-btn"])
|
| 248 |
|
| 249 |
gr.ChatInterface(
|
| 250 |
fn=respond,
|