sophcheng commited on
Commit
a1c59a4
·
verified ·
1 Parent(s): ec6a7d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -144,7 +144,7 @@ topics = """
144
 
145
  # Setup the Gradio Blocks interface with custom layout components
146
  with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
147
- gr.Image("Screenshot 2024-07-31 at 3.01.14 PM.png", show_label = False, show_share_button = False, show_download_button = False, scale=10)
148
  gr.Markdown(welcome_message) # Display the formatted welcome message
149
  with gr.Row():
150
  with gr.Column():
 
144
 
145
  # Setup the Gradio Blocks interface with custom layout components
146
  with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
147
+ gr.Image("Screenshot 2024-07-31 at 3.01.14 PM.png", show_label = False, show_share_button = False, show_download_button = False, scale=3)
148
  gr.Markdown(welcome_message) # Display the formatted welcome message
149
  with gr.Row():
150
  with gr.Column():