pancakepal commited on
Commit
592fc1a
·
verified ·
1 Parent(s): 2e15e50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -130,6 +130,7 @@ topics = """
130
  # Setup the Gradio Blocks interface with custom layout components
131
  with gr.Blocks(theme='freddyaboulton/dracula_revamped') as demo:
132
  gr.Image("Phone Finder (3).png", show_label = False, show_share_button = False, show_download_button = False)
 
133
  gr.Markdown(welcome_message) # Display the formatted welcome message
134
  with gr.Row():
135
  with gr.Column():
 
130
  # Setup the Gradio Blocks interface with custom layout components
131
  with gr.Blocks(theme='freddyaboulton/dracula_revamped') as demo:
132
  gr.Image("Phone Finder (3).png", show_label = False, show_share_button = False, show_download_button = False)
133
+ <img src="Phone Finder (3) .png" width="200" height="100">
134
  gr.Markdown(welcome_message) # Display the formatted welcome message
135
  with gr.Row():
136
  with gr.Column():