ibagur commited on
Commit
031d0d7
β€’
1 Parent(s): 7fc22f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -107,7 +107,12 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
107
  gr.Markdown(
108
  """
109
  # πŸ¦œπŸ”— Ask the GBV in Emergencies Q&A Bot!
110
- This generative model has been trained on various sources covering themes on Gender-Based Violence response in Humanitarian Settings thematic. You can maitaing a natural language conversation in order to retrieve information on this subject.
 
 
 
 
 
111
  """
112
  )
113
 
 
107
  gr.Markdown(
108
  """
109
  # πŸ¦œπŸ”— Ask the GBV in Emergencies Q&A Bot!
110
+ This generative model has been trained on various sources covering themes on Gender-Based Violence response in Humanitarian Settings thematic. The IA might complement the replies with additional information retrieved from Wikipedia sources. You can maitaing a natural language conversation in order to retrieve information on this subject.
111
+
112
+ Example questions:
113
+ - What is GBV?
114
+ - Who is in charge of the GBV Area in Emergencies?
115
+ - Please prepare a strategy to minimize GBV risks in a temporary settlement
116
  """
117
  )
118