Update app.py
Browse files
app.py
CHANGED
|
@@ -10,6 +10,8 @@ pipe = None
|
|
| 10 |
with open("facts.json", "r") as f:
|
| 11 |
WPI_FACTS = json.load(f)
|
| 12 |
|
|
|
|
|
|
|
| 13 |
# Gompei chatbot response
|
| 14 |
def respond(
|
| 15 |
message,
|
|
|
|
| 10 |
with open("facts.json", "r") as f:
|
| 11 |
WPI_FACTS = json.load(f)
|
| 12 |
|
| 13 |
+
fancy_css = """ ... """
|
| 14 |
+
|
| 15 |
# Gompei chatbot response
|
| 16 |
def respond(
|
| 17 |
message,
|