akellyirl commited on
Commit
d4e4665
·
1 Parent(s): 8735ceb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -131,7 +131,7 @@ def text_fn():
131
  return None
132
 
133
 
134
- with gr.Blocks(theme=gr.themes.Soft()) as chat:
135
 
136
  gr.Markdown(f"""# I am StrathBot. A customised AI chatbot.
137
  <p style='font-size:16px;'>Let's chat about {topic}.</br></p>
 
131
  return None
132
 
133
 
134
+ with gr.Blocks(theme=gr.themes.Default()) as chat:
135
 
136
  gr.Markdown(f"""# I am StrathBot. A customised AI chatbot.
137
  <p style='font-size:16px;'>Let's chat about {topic}.</br></p>