Elouarn commited on
Commit
3964693
·
verified ·
1 Parent(s): a9d4d2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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