kmantripragada
commited on
Commit
•
f8c79da
1
Parent(s):
ff6427f
Update app.py
Browse files
app.py
CHANGED
@@ -114,11 +114,11 @@ st.write('<p style="color: #B0B0B0;margin: 0;">OPM is here to help you transitio
|
|
114 |
st.markdown("""---""")
|
115 |
|
116 |
text_html = """
|
117 |
-
<p style="font-size:
|
118 |
-
Type your question in conversational style
|
119 |
</p>
|
120 |
-
<p style="font-size:
|
121 |
-
|
122 |
will I get paid for my unused annual leave? <br>
|
123 |
what annuity estimates do I need? <br>
|
124 |
what are interim benefits?
|
|
|
114 |
st.markdown("""---""")
|
115 |
|
116 |
text_html = """
|
117 |
+
<p style="font-size: 24px; text-align: center; color:blue; margin: 0;">
|
118 |
+
Type your question below in conversational style language.
|
119 |
</p>
|
120 |
+
<p style="font-size: 18px; text-align: center; color: blue; margin: 0;">
|
121 |
+
Sample Questions:<br>
|
122 |
will I get paid for my unused annual leave? <br>
|
123 |
what annuity estimates do I need? <br>
|
124 |
what are interim benefits?
|