lilyhof commited on
Commit
559ed24
·
1 Parent(s): b5cdb39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ with gr.Blocks() as demo:
80
  outputs = [user_chat_input, chatbot, study_tutor],
81
  queue=True
82
  )
83
-
84
  # Testing the chat history storage, can be deleted at deployment
85
  with gr.Blocks():
86
  test_btn = gr.Button("View your chat history")
 
80
  outputs = [user_chat_input, chatbot, study_tutor],
81
  queue=True
82
  )
83
+
84
  # Testing the chat history storage, can be deleted at deployment
85
  with gr.Blocks():
86
  test_btn = gr.Button("View your chat history")