Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -140,7 +140,7 @@ books2 = """
|
|
140 |
"""
|
141 |
|
142 |
# Setup the Gradio Blocks interface with custom layout components
|
143 |
-
with gr.Blocks(theme='
|
144 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
145 |
with gr.Row():
|
146 |
# with gr.Column():
|
|
|
140 |
"""
|
141 |
|
142 |
# Setup the Gradio Blocks interface with custom layout components
|
143 |
+
with gr.Blocks(theme='freddyaboulton/dracula_revamped') as demo:
|
144 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
145 |
with gr.Row():
|
146 |
# with gr.Column():
|