ImagineAI-Real commited on
Commit
b104675
·
1 Parent(s): 382301a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def get_bot_response(user_input, user_id):
14
  def chatbot_interface(user_id):
15
  chat_history = []
16
  chatbot_output = gr.outputs.Textbox()
17
- chat_window = gr.outputs.Textbox(label="Chat History:", type="key_value", key_label="User", value_label="Bot")
18
 
19
  def update_chatbot_response(message):
20
  bot_response = get_bot_response(message, user_id)
 
14
  def chatbot_interface(user_id):
15
  chat_history = []
16
  chatbot_output = gr.outputs.Textbox()
17
+ chat_window = gr.outputs.Textbox(label="Chat History:", type="key_value")
18
 
19
  def update_chatbot_response(message):
20
  bot_response = get_bot_response(message, user_id)