Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -123,6 +123,10 @@ topics = """
|
|
123 |
|
124 |
"""
|
125 |
|
|
|
|
|
|
|
|
|
126 |
# Setup the Gradio Blocks interface with custom layout components
|
127 |
with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
|
128 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|
|
|
123 |
|
124 |
"""
|
125 |
|
126 |
+
created_by_messages = """
|
127 |
+
### Created by Chryssa, Leah, Celia, and Caroline of KWK St. Louis Camp.
|
128 |
+
"""
|
129 |
+
|
130 |
# Setup the Gradio Blocks interface with custom layout components
|
131 |
with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
|
132 |
gr.Markdown(welcome_message) # Display the formatted welcome message
|