ThatOneKevDev commited on
Commit
4974b0a
·
verified ·
1 Parent(s): 46cee9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -120,13 +120,6 @@ def display_iframe():
120
  def display_image():
121
  return "https://files.slack.com/files-tmb/T06QHKW6JFM-F077K96ABN3-2364e0b7a9/img_1576_720.jpg"
122
 
123
- theme = gr.themes.Monochrome(
124
- primary_hue="red",
125
- secondary_hue="yellow",
126
- ).set(
127
- backgroup_fill_primary='*primary_200'
128
- )
129
-
130
  # Setup the Gradio Blocks interface with custom layout components
131
  with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
132
  gr.Markdown(welcome_message) # Display the formatted welcome message
 
120
  def display_image():
121
  return "https://files.slack.com/files-tmb/T06QHKW6JFM-F077K96ABN3-2364e0b7a9/img_1576_720.jpg"
122
 
 
 
 
 
 
 
 
123
  # Setup the Gradio Blocks interface with custom layout components
124
  with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
125
  gr.Markdown(welcome_message) # Display the formatted welcome message