Palbha Kulkarni (Nazwale) commited on
Commit
2dfe832
·
unverified ·
1 Parent(s): 58b91d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -20,6 +20,7 @@ def get_response(message, chat_history, model_choice, api_key):
20
  reply =generate_answer(message,model_choice,api_key)
21
 
22
  chat_history.append({"role":"assistant","content": reply})
 
23
  return chat_history
24
  # Gradio app
25
  with gr.Blocks(css=custom_css) as app:
 
20
  reply =generate_answer(message,model_choice,api_key)
21
 
22
  chat_history.append({"role":"assistant","content": reply})
23
+ print("Chat",chat_history)
24
  return chat_history
25
  # Gradio app
26
  with gr.Blocks(css=custom_css) as app: