Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -265,13 +265,7 @@ def main(request: gr.Request):
|
|
265 |
with gr.Blocks(css="footer {visibility: hidden !important} .gradio-container {background-color: #2D4059 !important; color: #FFD460 !important;}",
|
266 |
js=js_func) as demo:
|
267 |
accuse_btn = gr.Button("Accuser")
|
268 |
-
|
269 |
-
with gr.Row():
|
270 |
-
chat_interface = chatbot_interface(request, accuse_btn)
|
271 |
-
|
272 |
-
with gr.Row():
|
273 |
-
accuse_btn
|
274 |
-
|
275 |
demo.launch(show_api=False, inline=True)
|
276 |
|
277 |
if __name__ == "__main__":
|
|
|
265 |
with gr.Blocks(css="footer {visibility: hidden !important} .gradio-container {background-color: #2D4059 !important; color: #FFD460 !important;}",
|
266 |
js=js_func) as demo:
|
267 |
accuse_btn = gr.Button("Accuser")
|
268 |
+
chat_interface = chatbot_interface(request, accuse_btn)
|
|
|
|
|
|
|
|
|
|
|
|
|
269 |
demo.launch(show_api=False, inline=True)
|
270 |
|
271 |
if __name__ == "__main__":
|