brunhild217 commited on
Commit
0e00a92
·
1 Parent(s): ae32d37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ def get_conversation_history(chat_tutor):
66
 
67
  with gr.Blocks() as demo:
68
  #initialize tutor (with state)
69
- study_tutor = gr.State(EchoingTutorTutor())
70
 
71
  # Chatbot interface
72
  gr.Markdown("""
 
66
 
67
  with gr.Blocks() as demo:
68
  #initialize tutor (with state)
69
+ study_tutor = gr.State(EchoingTutor())
70
 
71
  # Chatbot interface
72
  gr.Markdown("""