Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -85,7 +85,7 @@ st.markdown(
|
|
| 85 |
st.markdown(
|
| 86 |
"""
|
| 87 |
<div class="header" style="display: flex; align-items: center; gap: 10px;">
|
| 88 |
-
<h1 style="color: #FF5000; font-weight: bold;">Hi, we're
|
| 89 |
</div>
|
| 90 |
""",
|
| 91 |
unsafe_allow_html=True
|
|
@@ -94,7 +94,7 @@ st.markdown(
|
|
| 94 |
# Spacer to push chatbot below the header
|
| 95 |
st.write("<div style='height: 100px;'></div>", unsafe_allow_html=True)
|
| 96 |
|
| 97 |
-
st.title("Chat with
|
| 98 |
|
| 99 |
uploaded_file = st.file_uploader("Upload a file")
|
| 100 |
|
|
|
|
| 85 |
st.markdown(
|
| 86 |
"""
|
| 87 |
<div class="header" style="display: flex; align-items: center; gap: 10px;">
|
| 88 |
+
<h1 style="color: #FF5000; font-weight: bold;">Hi, we're here to help you.</h1>
|
| 89 |
</div>
|
| 90 |
""",
|
| 91 |
unsafe_allow_html=True
|
|
|
|
| 94 |
# Spacer to push chatbot below the header
|
| 95 |
st.write("<div style='height: 100px;'></div>", unsafe_allow_html=True)
|
| 96 |
|
| 97 |
+
st.title("Chat with your PDF!!")
|
| 98 |
|
| 99 |
uploaded_file = st.file_uploader("Upload a file")
|
| 100 |
|