mmargg commited on
Commit
37e77f2
·
verified ·
1 Parent(s): 1096d51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
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,