Spaces:
Sleeping
Sleeping
budhadityac24
commited on
Commit
•
e6dcb03
1
Parent(s):
203971a
Update app.py
Browse files
app.py
CHANGED
@@ -397,8 +397,9 @@ def airtable_write(json_template):
|
|
397 |
def main():
|
398 |
# local_css("style.css")
|
399 |
# st.markdown('<div class="my-custom-class">Custom styled box</div>', unsafe_allow_html=True)
|
|
|
400 |
st.title("Qualitas Sales Data Collection Chatbot")
|
401 |
-
st.caption("Welcome to the Qualitas Bot. First upload a PDF document which should be customer correspondence, detailing some requirements
|
402 |
|
403 |
# Initialize session state variables
|
404 |
init_session_state()
|
|
|
397 |
def main():
|
398 |
# local_css("style.css")
|
399 |
# st.markdown('<div class="my-custom-class">Custom styled box</div>', unsafe_allow_html=True)
|
400 |
+
st.image('images.png', use_column_width=True)
|
401 |
st.title("Qualitas Sales Data Collection Chatbot")
|
402 |
+
st.caption("Welcome to the Qualitas Bot. First upload a PDF document which should be customer correspondence, detailing some requirements")
|
403 |
|
404 |
# Initialize session state variables
|
405 |
init_session_state()
|