Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -128,7 +128,7 @@ topics = """
|
|
128 |
"""
|
129 |
|
130 |
# Setup the Gradio Blocks interface with custom layout components
|
131 |
-
with gr.Blocks(theme='
|
132 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
133 |
with gr.Row():
|
134 |
with gr.Column():
|
|
|
128 |
"""
|
129 |
|
130 |
# Setup the Gradio Blocks interface with custom layout components
|
131 |
+
with gr.Blocks(theme='freddyaboulton/dracula_revamped') as demo:
|
132 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
133 |
with gr.Row():
|
134 |
with gr.Column():
|