ibagur commited on
Commit
32cb5c8
β€’
1 Parent(s): 7d21a01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -73,11 +73,11 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme, title="GBV Q&A Bo
73
  gr.Markdown(
74
  """
75
  # πŸ¦œπŸ”— Ask the GBV in Emergencies Q&A Bot!
76
- This generative model has been trained on various sources covering themes on Gender-Based Violence response in Humanitarian Settings. This AI agent might complement the replies with additional information retrieved from Wikipedia sources. You can maintain a natural language conversation with it in order to retrieve information on this area of knowledge.
77
 
78
  Example questions:
79
  - What is GBV?
80
- - Who is in charge of the GBV Area in Emergencies?
81
  - Please prepare a strategy to minimize GBV risks in a temporary settlement
82
  """
83
  )
 
73
  gr.Markdown(
74
  """
75
  # πŸ¦œπŸ”— Ask the GBV in Emergencies Q&A Bot!
76
+ This generative model has been trained on various sources covering themes on Gender-Based Violence response in Humanitarian Settings. This AI agent might complement the replies with additional information retrieved from Wikipedia sources. You can maintain a natural language conversation with it in order to retrieve information on this area of knowledge. If you want to obtain the source information, type 'Please provide the source documents' right after your query (see example)
77
 
78
  Example questions:
79
  - What is GBV?
80
+ - Who is in charge of the GBV Area in Emergencies? Please provide the source documents
81
  - Please prepare a strategy to minimize GBV risks in a temporary settlement
82
  """
83
  )