Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -285,6 +285,7 @@ def chatbot_interface(request: gr.Request):
|
|
285 |
css="footer {visibility: hidden !important} .gradio-container {background-color: #2D4059 !important; color: #FFD460 !important;}",
|
286 |
js=js_func
|
287 |
)
|
|
|
288 |
return chatbot_interface
|
289 |
|
290 |
|
|
|
285 |
css="footer {visibility: hidden !important} .gradio-container {background-color: #2D4059 !important; color: #FFD460 !important;}",
|
286 |
js=js_func
|
287 |
)
|
288 |
+
accuse_button = accuse_btn(request)
|
289 |
return chatbot_interface
|
290 |
|
291 |
|