Tonic commited on
Commit
72b512b
1 Parent(s): 3202d1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ bot = ChatBot()
104
 
105
  title = "👋🏻Welcome to Tonic's MistralMed Chat🚀"
106
  description = "You can use this Space to test out the current model (MistralMed) or duplicate this Space and use it for any other model on 🤗HuggingFace. Join me on Discord to build together."
107
- examples = [["What is the proper treatment for buccal herpes?"]]
108
 
109
  iface = gr.Interface(
110
  fn=bot.predict,
 
104
 
105
  title = "👋🏻Welcome to Tonic's MistralMed Chat🚀"
106
  description = "You can use this Space to test out the current model (MistralMed) or duplicate this Space and use it for any other model on 🤗HuggingFace. Join me on Discord to build together."
107
+ examples = [["What is the proper treatment for buccal herpes?", "Please provide information on the most effective antiviral medications and home remedies for treating buccal herpes."]]
108
 
109
  iface = gr.Interface(
110
  fn=bot.predict,