Update app.py
Browse files
app.py
CHANGED
|
@@ -131,7 +131,7 @@ def text_fn():
|
|
| 131 |
return None
|
| 132 |
|
| 133 |
|
| 134 |
-
with gr.Blocks(theme=gr.themes.
|
| 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>
|