SonyaHas commited on
Commit
9fb4c5e
·
verified ·
1 Parent(s): 7a13edf

suggestions

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  theme = gr.themes.Ocean(
4
  secondary_hue="lime",
5
  neutral_hue="teal",
6
- text_size="lg",
7
  spacing_size="lg",
8
  ).set(
9
  body_background_fill='*primary_400',
@@ -147,7 +147,7 @@ with gr.Blocks(theme= theme) as chatbot:
147
  description= "Welcome, my name is Aloe the Turtle and I am here to help you address any dermatology related questions you may have on topics such as Skin Cancer, Acne, Excema, and so much more. Just remember, while I have comprehensive knowledge on skin concerns, I am not a medical professional!",
148
  type='messages',
149
  theme= theme,
150
- examples= ["What ingredients should I use to clear my Acne?", "How do I prevent Skin Cancer"])
151
  #defining my chatbot so user can interact, see their conversation and send new messages
152
 
153
 
 
3
  theme = gr.themes.Ocean(
4
  secondary_hue="lime",
5
  neutral_hue="teal",
6
+ text_size="md",
7
  spacing_size="lg",
8
  ).set(
9
  body_background_fill='*primary_400',
 
147
  description= "Welcome, my name is Aloe the Turtle and I am here to help you address any dermatology related questions you may have on topics such as Skin Cancer, Acne, Excema, and so much more. Just remember, while I have comprehensive knowledge on skin concerns, I am not a medical professional!",
148
  type='messages',
149
  theme= theme,
150
+ examples= ["What ingredients should I use to clear my Acne?", "How do I prevent Skin Cancer?", "How do I tell the difference between eczema and psoriasis"])
151
  #defining my chatbot so user can interact, see their conversation and send new messages
152
 
153