aylacodez commited on
Commit
f25683b
·
verified ·
1 Parent(s): c192969

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ topics = """
127
  """
128
 
129
  # Setup the Gradio Blocks interface with custom layout components
130
- with gr.Blocks(theme='') 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():
 
127
  """
128
 
129
  # Setup the Gradio Blocks interface with custom layout components
130
+ with gr.Blocks(theme='sophhapol/sophiesbg') 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():