Spaces:
Build error
Build error
Commit
·
7882a8d
1
Parent(s):
0e00a92
Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ with gr.Blocks() as demo:
|
|
89 |
get_tutor_reply, [user_chat_input, study_tutor], [user_chat_input, chatbot, study_tutor], queue=True)
|
90 |
|
91 |
# Testing purpose
|
92 |
-
gr.Interface(fn=get_conversation_history, inputs=
|
93 |
|
94 |
with gr.Blocks():
|
95 |
gr.Markdown("""
|
|
|
89 |
get_tutor_reply, [user_chat_input, study_tutor], [user_chat_input, chatbot, study_tutor], queue=True)
|
90 |
|
91 |
# Testing purpose
|
92 |
+
gr.Interface(fn=get_conversation_history, inputs=[study_tutor], outputs=[study_tutor, "text"])
|
93 |
|
94 |
with gr.Blocks():
|
95 |
gr.Markdown("""
|