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