pancakepal commited on
Commit
14d28f7
·
verified ·
1 Parent(s): 592fc1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -130,7 +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
- <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():
 
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
+
134
  gr.Markdown(welcome_message) # Display the formatted welcome message
135
  with gr.Row():
136
  with gr.Column():