Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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__":
|