sophhapol commited on
Commit
31bdd04
·
verified ·
1 Parent(s): 6f052e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -128,7 +128,7 @@ topics = """
128
 
129
  # Setup the Gradio Blocks interface with custom layout components
130
  with gr.Blocks(theme='gstaff/xkcd') as demo:
131
- gr.Image("erm.png", show_label = False, show_share_button = False, show_download_button = False, scale = 5)
132
  gr.Markdown(welcome_message) # Display the formatted welcome message
133
  with gr.Row():
134
  with gr.Column():
 
128
 
129
  # Setup the Gradio Blocks interface with custom layout components
130
  with gr.Blocks(theme='gstaff/xkcd') as demo:
131
+ gr.Image("erm.jpg", show_label = False, show_share_button = False, show_download_button = False, scale = 5)
132
  gr.Markdown(welcome_message) # Display the formatted welcome message
133
  with gr.Row():
134
  with gr.Column():