Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AITECHPRODUCTS
/
CKD-AI-Chatbot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
naughtondale
commited on
Jul 31, 2023
Commit
2df795e
·
1 Parent(s):
34fb1cb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -51,7 +51,8 @@ iface = gr.Interface(
51
color: #FFFFFF;
52
}
53
/* Other custom CSS rules */
54
-
"""
55
)
56
57
iface.launch()
51
color: #FFFFFF;
52
}
53
/* Other custom CSS rules */
54
+
"""
,
55
+
logo="logo.png"
56
)
57
58
iface.launch()