MadT21 commited on
Commit
79607ef
·
verified ·
1 Parent(s): e9577d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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,