ibvhim commited on
Commit
d2cce83
·
1 Parent(s): b810ca2

Update Chatbot/app.py

Browse files
Files changed (1) hide show
  1. Chatbot/app.py +0 -2
Chatbot/app.py CHANGED
@@ -25,8 +25,6 @@ import gradio as gr
25
 
26
  interface = gr.Interface(
27
  fn=predict,
28
- theme="default",
29
- css=".footer {display:none !important}",
30
  inputs=["text", "state"],
31
  outputs=["chatbot", "state"],
32
  )
 
25
 
26
  interface = gr.Interface(
27
  fn=predict,
 
 
28
  inputs=["text", "state"],
29
  outputs=["chatbot", "state"],
30
  )