Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,7 @@ topics = """
|
|
110 |
"""
|
111 |
|
112 |
# Setup the Gradio Blocks interface with custom layout components
|
113 |
-
with gr.Blocks(theme='
|
114 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
115 |
with gr.Row():
|
116 |
with gr.Column():
|
|
|
110 |
"""
|
111 |
|
112 |
# Setup the Gradio Blocks interface with custom layout components
|
113 |
+
with gr.Blocks(theme='katiiegomez/litbot-revamped') as demo:
|
114 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
115 |
with gr.Row():
|
116 |
with gr.Column():
|