Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -113,7 +113,7 @@ topics = """
|
|
113 |
"""
|
114 |
|
115 |
# Setup the Gradio Blocks interface with custom layout components
|
116 |
-
with gr.Blocks(theme=
|
117 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
118 |
with gr.Row():
|
119 |
with gr.Column():
|
|
|
113 |
"""
|
114 |
|
115 |
# Setup the Gradio Blocks interface with custom layout components
|
116 |
+
with gr.Blocks(theme='HaleyCH/HaleyCH_Theme') as demo:
|
117 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
118 |
with gr.Row():
|
119 |
with gr.Column():
|