pngwn HF Staff commited on
Commit
07ade65
·
verified ·
1 Parent(s): 4f0476c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import random
4
  import time
5
 
6
  with gr.Blocks() as demo:
7
- chatbot = gr.Chatbot(label="test-perf-pr")
8
  msg = gr.Textbox()
9
  clear = gr.ClearButton([msg, chatbot])
10
 
 
4
  import time
5
 
6
  with gr.Blocks() as demo:
7
+ chatbot = gr.Chatbot(label="test-perf-4.19")
8
  msg = gr.Textbox()
9
  clear = gr.ClearButton([msg, chatbot])
10