sotirios-slv commited on
Commit
b910ad8
1 Parent(s): be77d9d

Updated the placeholder

Browse files
Files changed (1) hide show
  1. app.py +9 -2
app.py CHANGED
@@ -9,6 +9,13 @@ PLACEHOLDER = f"""
9
  <div style="padding: 30px; text-align: center; display: flex; flex-direction: column; align-items: center;">
10
  <h1 style="font-size: 28px; margin-bottom: 2px; opacity: 0.55;">Hi Jennifer, welcome to DTF</h1>
11
  <p style="font-size: 18px; margin-bottom: 2px; opacity: 0.65;">Ask me anything about working at here...</p>
 
 
 
 
 
 
 
12
  </div>.
13
  """
14
 
@@ -118,8 +125,8 @@ gr.ChatInterface(
118
  likeable=True,
119
  layout="bubble",
120
  placeholder=PLACEHOLDER,
121
- label=DESCRIPTION,
122
- show_label=True,
123
  ),
124
  additional_inputs=additional_inputs,
125
  examples=[
 
9
  <div style="padding: 30px; text-align: center; display: flex; flex-direction: column; align-items: center;">
10
  <h1 style="font-size: 28px; margin-bottom: 2px; opacity: 0.55;">Hi Jennifer, welcome to DTF</h1>
11
  <p style="font-size: 18px; margin-bottom: 2px; opacity: 0.65;">Ask me anything about working at here...</p>
12
+ <p>You might find these links of interest</p>
13
+
14
+ <ul>
15
+ <li><a href="https://www.dtf.vic.gov.au/funds-programs-and-policies/victorian-public-service-enterprise-agreement-2020">Read about our enterprise agreement</a></li>
16
+ <li><a href="https://www.vic.gov.au/make-content-accessible">Read guidance to making accessible content</a></li>
17
+ <li><a href="https://www.vic.gov.au/victorian-government-directory">Here's the Victorian Government directory</a></li>
18
+ </ul>
19
  </div>.
20
  """
21
 
 
125
  likeable=True,
126
  layout="bubble",
127
  placeholder=PLACEHOLDER,
128
+ # label=DESCRIPTION,
129
+ # show_label=True,
130
  ),
131
  additional_inputs=additional_inputs,
132
  examples=[