Corianas commited on
Commit
d617597
1 Parent(s): 32008c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,7 +112,7 @@ hello
112
  def fn(x, y, z):
113
  print(x, y, z)
114
  """
115
- chat_history []
116
  with gr.Blocks() as demo:
117
  chatbot = gr.Chatbot()
118
  msg = gr.Textbox()
 
112
  def fn(x, y, z):
113
  print(x, y, z)
114
  """
115
+ chat_history = []
116
  with gr.Blocks() as demo:
117
  chatbot = gr.Chatbot()
118
  msg = gr.Textbox()