Update app.py
Browse files
app.py
CHANGED
@@ -155,6 +155,7 @@ topics = """
|
|
155 |
def display_iframe():
|
156 |
return iframe
|
157 |
|
|
|
158 |
theme = gr.themes.Monochrome(
|
159 |
primary_hue="pink",
|
160 |
secondary_hue="green",
|
@@ -173,6 +174,7 @@ theme = gr.themes.Monochrome(
|
|
173 |
|
174 |
# Setup the Gradio Blocks interface with custom layout components
|
175 |
with gr.Blocks(theme=theme) as demo:
|
|
|
176 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
177 |
with gr.Row():
|
178 |
with gr.Column():
|
|
|
155 |
def display_iframe():
|
156 |
return iframe
|
157 |
|
158 |
+
|
159 |
theme = gr.themes.Monochrome(
|
160 |
primary_hue="pink",
|
161 |
secondary_hue="green",
|
|
|
174 |
|
175 |
# Setup the Gradio Blocks interface with custom layout components
|
176 |
with gr.Blocks(theme=theme) as demo:
|
177 |
+
theme='gstaff/xkcd'
|
178 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
179 |
with gr.Row():
|
180 |
with gr.Column():
|