EssBony commited on
Commit
7ecf042
·
verified ·
1 Parent(s): b09f05e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ def chat_fn(message, history):
143
  # return response, session_id_state
144
 
145
 
146
- # ================= GRADIO =================
147
 
148
  demo = gr.ChatInterface(
149
  fn=chat_fn,
 
143
  # return response, session_id_state
144
 
145
 
146
+ # ================= GRADIO ====================
147
 
148
  demo = gr.ChatInterface(
149
  fn=chat_fn,