evacado commited on
Commit
3090e09
·
verified ·
1 Parent(s): 53f9479

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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