mdelafuente2 commited on
Commit
5d7916f
·
verified ·
1 Parent(s): b140dae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -102,13 +102,12 @@ welcome_message = "Welcome to Blossom Buddy! My name's Rose."
102
  ## Your AI-driven assistant for all chess-related queries. Created by Lila, Harper, and Mara of the 2024 Kode With Klossy AI/ML Camp.
103
  """
104
 
105
- topics = """
106
- ### Feel Free to ask me anything from the topics below!
107
- - Menstruation
108
  - Period_Products
109
  - Hygeine
110
  - Puberty
111
- - Sustainability
 
112
 
113
  # Setup the Gradio Blocks interface with custom layout components
114
  with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo:
 
102
  ## Your AI-driven assistant for all chess-related queries. Created by Lila, Harper, and Mara of the 2024 Kode With Klossy AI/ML Camp.
103
  """
104
 
105
+ topics = "- Menstruation
 
 
106
  - Period_Products
107
  - Hygeine
108
  - Puberty
109
+ - Sustainability"
110
+ ### Feel Free to ask me anything from the topics below!
111
 
112
  # Setup the Gradio Blocks interface with custom layout components
113
  with gr.Blocks(theme='JohnSmith9982/small_and_pretty') as demo: