Update app.py
Browse files
app.py
CHANGED
@@ -137,6 +137,7 @@ with gr.Blocks(theme=theme) as demo:
|
|
137 |
|
138 |
with gr.Row():
|
139 |
with gr.Column(scale=0.8):
|
|
|
140 |
|
141 |
|
142 |
# Show the topics on the left side
|
|
|
137 |
|
138 |
with gr.Row():
|
139 |
with gr.Column(scale=0.8):
|
140 |
+
gr.Markdown(topics)
|
141 |
|
142 |
|
143 |
# Show the topics on the left side
|