Wootang01 commited on
Commit
cb5e39b
1 Parent(s): 895fa99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,5 +20,5 @@ css = """
20
  .footer {display:none !important}
21
  """
22
 
23
- gr.Interface(fn=predict, theme="grass", css=".footer {display:none !important}", title="Chatbot Two",
24
  inputs=[gr.inputs.Textbox(placeholder="Write a text message as if writing a text message to a human."), "state"], outputs=["text", "state"]).launch()
 
20
  .footer {display:none !important}
21
  """
22
 
23
+ gr.Interface(fn=predict, theme="grass", css=css, title="Chatbot Two",
24
  inputs=[gr.inputs.Textbox(placeholder="Write a text message as if writing a text message to a human."), "state"], outputs=["text", "state"]).launch()