Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -113,17 +113,8 @@ topics = """
|
|
113 |
- Sustainability
|
114 |
"""
|
115 |
|
116 |
-
ui.Theme(
|
117 |
-
name='<brown>',
|
118 |
-
primary='#967b62',
|
119 |
-
text='#4d3418',
|
120 |
-
card='#e6c5c5',
|
121 |
-
page='#bd8e8e',
|
122 |
-
)
|
123 |
-
|
124 |
-
|
125 |
# Setup the Gradio Blocks interface with custom layout components
|
126 |
-
with gr.Blocks(theme='
|
127 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
128 |
with gr.Row():
|
129 |
with gr.Column():
|
|
|
113 |
- Sustainability
|
114 |
"""
|
115 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
116 |
# Setup the Gradio Blocks interface with custom layout components
|
117 |
+
with gr.Blocks(theme='gradio/seafoam') as demo:
|
118 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
119 |
with gr.Row():
|
120 |
with gr.Column():
|