tea-phan-y
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -125,7 +125,7 @@ topics = """
|
|
125 |
"""
|
126 |
|
127 |
# Setup the Gradio Blocks interface with custom layout components
|
128 |
-
with gr.Blocks(theme='
|
129 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
130 |
with gr.Row():
|
131 |
with gr.Column():
|
|
|
125 |
"""
|
126 |
|
127 |
# Setup the Gradio Blocks interface with custom layout components
|
128 |
+
with gr.Blocks(theme='rawrsor1/Everforest') as demo:
|
129 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
130 |
with gr.Row():
|
131 |
with gr.Column():
|