Update app.py
Browse files
app.py
CHANGED
@@ -204,7 +204,7 @@ with gr.Blocks(theme=theme) as demo:
|
|
204 |
gr.Markdown(topics1) # Show the topics on the left side
|
205 |
gr.Markdown(topics2)
|
206 |
gr.Markdown(summary)
|
207 |
-
|
208 |
with gr.Column():
|
209 |
gr.Markdown(" ")
|
210 |
gr.Markdown(" ")
|
|
|
204 |
gr.Markdown(topics1) # Show the topics on the left side
|
205 |
gr.Markdown(topics2)
|
206 |
gr.Markdown(summary)
|
207 |
+
with gr.Row():
|
208 |
with gr.Column():
|
209 |
gr.Markdown(" ")
|
210 |
gr.Markdown(" ")
|