allyyy commited on
Commit
ac9b979
·
verified ·
1 Parent(s): 355f184

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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