PringlePeanut commited on
Commit
e2c61a7
·
verified ·
1 Parent(s): d6dd7ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,7 +121,7 @@ topics = """
121
  """
122
 
123
  # Setup the Gradio Blocks interface with custom layout components
124
- with gr.Blocks(theme='theme='ysharma/llamas') as demo:
125
  gr.Image("Video Game Banner.gif", show_label = False, show_share_button = False, show_download_button = False)
126
  gr.Markdown(welcome_message) # Display the formatted welcome message
127
  with gr.Row():
 
121
  """
122
 
123
  # Setup the Gradio Blocks interface with custom layout components
124
+ with gr.Blocks(theme='ysharma/llamas') as demo:
125
  gr.Image("Video Game Banner.gif", show_label = False, show_share_button = False, show_download_button = False)
126
  gr.Markdown(welcome_message) # Display the formatted welcome message
127
  with gr.Row():