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