ammarawan commited on
Commit
0229e3e
·
1 Parent(s): 58802be
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ import time
5
  # Chatbot demo with multimodal input (text, markdown, LaTeX, code blocks, image, audio, & video). Plus shows support for streaming text.
6
 
7
 
 
8
  def add_text(history, text):
9
  history = history + [(text, None)]
10
  return history, gr.update(value="", interactive=False)
 
5
  # Chatbot demo with multimodal input (text, markdown, LaTeX, code blocks, image, audio, & video). Plus shows support for streaming text.
6
 
7
 
8
+
9
  def add_text(history, text):
10
  history = history + [(text, None)]
11
  return history, gr.update(value="", interactive=False)