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