seawolf2357 commited on
Commit
917eb84
1 Parent(s): 6bda5d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -64,7 +64,11 @@ def respond(
64
 
65
  theme = "Nymbo/Nymbo_Theme"
66
 
67
- demo = gr.ChatInterface(
 
 
 
 
68
  fn=respond,
69
  theme=theme,
70
  additional_inputs=[
 
64
 
65
  theme = "Nymbo/Nymbo_Theme"
66
 
67
+ css = """
68
+ footer { visibility: hidden; }
69
+ """
70
+
71
+ demo = gr.ChatInterface(css=css,
72
  fn=respond,
73
  theme=theme,
74
  additional_inputs=[