User1342 commited on
Commit
01b9d96
1 Parent(s): 659f8d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -376,9 +376,8 @@ 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(
380
- rounded=(False, True, True, False),color_map=["blue","grey"]
381
- )
382
  btn = gr.Button("Run WatchTower").style(
383
  margin=False, full_width=True
384
  )
 
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","blue","blue","blue","blue"])
380
+
 
381
  btn = gr.Button("Run WatchTower").style(
382
  margin=False, full_width=True
383
  )