Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|