Spaces:
Runtime error
Runtime error
Commit
Β·
5b2a298
1
Parent(s):
08f62dc
Update app.py
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ def display_conversation(history):
|
|
121 |
|
122 |
def main():
|
123 |
st.markdown("<h1 style='text-align: center; color: blue;'>Chat with your PDF π¦π </h1>", unsafe_allow_html=True)
|
124 |
-
st.markdown("<h3 style='text-align: center; color: grey;'>Built by <a href='https://github.com/
|
125 |
|
126 |
st.markdown("<h2 style='text-align: center; color:red;'>Upload your PDF π</h2>", unsafe_allow_html=True)
|
127 |
|
|
|
121 |
|
122 |
def main():
|
123 |
st.markdown("<h1 style='text-align: center; color: blue;'>Chat with your PDF π¦π </h1>", unsafe_allow_html=True)
|
124 |
+
st.markdown("<h3 style='text-align: center; color: grey;'>Built by <a href='https://github.com/manas95826'>The Manas with β€οΈ </a></h3>", unsafe_allow_html=True)
|
125 |
|
126 |
st.markdown("<h2 style='text-align: center; color:red;'>Upload your PDF π</h2>", unsafe_allow_html=True)
|
127 |
|