Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -49,12 +49,18 @@ knowledge_base_text = """
|
|
49 |
- Service desk is located at HO 1st floor & Annes near basketball ground.
|
50 |
- for SAP , wifi , network related issue , you should contact Md. Monirul Islam & his contact number 01730372426
|
51 |
"""
|
|
|
|
|
52 |
custom_css = """
|
|
|
|
|
|
|
53 |
body {
|
54 |
background-color: #0e2b63 !important;
|
55 |
}
|
56 |
"""
|
57 |
|
|
|
58 |
iface = gr.Interface(
|
59 |
fn=chatbot_interface,
|
60 |
inputs="text",
|
|
|
49 |
- Service desk is located at HO 1st floor & Annes near basketball ground.
|
50 |
- for SAP , wifi , network related issue , you should contact Md. Monirul Islam & his contact number 01730372426
|
51 |
"""
|
52 |
+
|
53 |
+
|
54 |
custom_css = """
|
55 |
+
.loading-screen {
|
56 |
+
background-color: #00b1eb !important;
|
57 |
+
}
|
58 |
body {
|
59 |
background-color: #0e2b63 !important;
|
60 |
}
|
61 |
"""
|
62 |
|
63 |
+
|
64 |
iface = gr.Interface(
|
65 |
fn=chatbot_interface,
|
66 |
inputs="text",
|