User1342 commited on
Commit
bbb454a
·
1 Parent(s): deae4f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -376,7 +376,7 @@ with block:
376
 
377
  slider = gr.Slider(value=10, interactive=True, label="Threshold Confidence Tolerance")
378
 
379
- chatbot = gr.Chatbot(value=chat_history, label="Watchtower Output").style(color_map=["blue","grey"])
380
 
381
 
382
  btn = gr.Button("Run WatchTower").style(
 
376
 
377
  slider = gr.Slider(value=10, interactive=True, label="Threshold Confidence Tolerance")
378
 
379
+ chatbot = gr.Chatbot(value=chat_history, label="Watchtower Output")
380
 
381
 
382
  btn = gr.Button("Run WatchTower").style(