kashewzz commited on
Commit
2e15e50
·
verified ·
1 Parent(s): 05a4982

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ topics = """
129
 
130
  # Setup the Gradio Blocks interface with custom layout components
131
  with gr.Blocks(theme='freddyaboulton/dracula_revamped') as demo:
132
- gr.Image("/Users/scholar/Downloads/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():
 
129
 
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():