scott12355 commited on
Commit
ca03f91
·
verified ·
1 Parent(s): bbda244

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ demo = gr.ChatInterface(
51
  ],
52
  title="Scotts Chatbot",
53
  description="A friendly, AI-powered chatbot designed to respond to user queries based on the Qwen model.",
54
- css="footer {visibility: hidden}"
55
  )
56
 
57
  if __name__ == "__main__":
 
51
  ],
52
  title="Scotts Chatbot",
53
  description="A friendly, AI-powered chatbot designed to respond to user queries based on the Qwen model.",
54
+ # css="footer {visibility: hidden}"
55
  )
56
 
57
  if __name__ == "__main__":