ThatOneKevDev commited on
Commit
46cee9c
·
verified ·
1 Parent(s): 8ec738e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -0
app.py CHANGED
@@ -113,6 +113,19 @@ topics = """
113
  - Health & Wellness Events
114
  - How to Support Local Businesses
115
  """
 
 
 
 
 
 
 
 
 
 
 
 
 
116
 
117
  # Setup the Gradio Blocks interface with custom layout components
118
  with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
 
113
  - Health & Wellness Events
114
  - How to Support Local Businesses
115
  """
116
+ # Display function
117
+ def display_iframe():
118
+ return iframe
119
+
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: