joemama1805 commited on
Commit
be5368b
·
verified ·
1 Parent(s): 716cd31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ topics = """
122
 
123
  # Setup the Gradio Blocks interface with custom layout components
124
  with gr.Blocks(theme='freddyaboulton/dracula_revamped') as demo:
125
- gr.Image("BDS mental music bot - KWK Pitch Party.jpg", show_label = False, show_share_button = False, show_download_button = False)
126
 
127
  gr.Markdown(welcome_message) # Display the formatted welcome message
128
  with gr.Row():
 
122
 
123
  # Setup the Gradio Blocks interface with custom layout components
124
  with gr.Blocks(theme='freddyaboulton/dracula_revamped') as demo:
125
+ gr.Image("https://files.slack.com/files-pri/T06QHKW6JFM-F07CYLKURT7/bds_mental_music_bot_-_kwk_pitch_party.jpg", show_label = False, show_share_button = False, show_download_button = False)
126
 
127
  gr.Markdown(welcome_message) # Display the formatted welcome message
128
  with gr.Row():