Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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")
|
| 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(
|