sotirios-slv commited on
Commit
4e9ff86
1 Parent(s): 0008996

Updated the example questions into the right place

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,6 @@ gr.ChatInterface(
110
  likeable=True,
111
  layout="panel",
112
  placeholder=PLACEHOLDER,
113
- cache_examples=False,
114
  ),
115
  additional_inputs=additional_inputs,
116
  examples=[
@@ -119,5 +118,6 @@ gr.ChatInterface(
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)
 
110
  likeable=True,
111
  layout="panel",
112
  placeholder=PLACEHOLDER,
 
113
  ),
114
  additional_inputs=additional_inputs,
115
  examples=[
 
118
  ["Where can I find a floor map of 1 Macarthur?"],
119
  ["How can I find out about DTF's Disability network?"],
120
  ],
121
+ cache_examples=False,
122
  title="""Voyager Val""",
123
  ).launch(show_api=False)