sotirios-slv commited on
Commit
0008996
1 Parent(s): 7fcd3c2

Updated the example questions into the right place

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -110,14 +110,14 @@ gr.ChatInterface(
110
  likeable=True,
111
  layout="panel",
112
  placeholder=PLACEHOLDER,
113
- examples=[
114
- ["Ask me what an acronym stands for."],
115
- ["How can I check my leave allowance?"],
116
- ["Where can I find a floor map of 1 Macarthur?"],
117
- ["How can I find out about DTF's Disability network?"],
118
- ],
119
  cache_examples=False,
120
  ),
121
  additional_inputs=additional_inputs,
122
- title="""Mistral 7B""",
 
 
 
 
 
 
123
  ).launch(show_api=False)
 
110
  likeable=True,
111
  layout="panel",
112
  placeholder=PLACEHOLDER,
 
 
 
 
 
 
113
  cache_examples=False,
114
  ),
115
  additional_inputs=additional_inputs,
116
+ examples=[
117
+ ["Ask me what an acronym stands for."],
118
+ ["How can I check my leave allowance?"],
119
+ ["Where can I find a floor map of 1 Macarthur?"],
120
+ ["How can I find out about DTF's Disability network?"],
121
+ ],
122
+ title="""Voyager Val""",
123
  ).launch(show_api=False)