Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ def render_first(pdf_file):
|
|
84 |
|
85 |
# Streamlit & Gradio Interface
|
86 |
|
87 |
-
|
88 |
|
89 |
with st.container():
|
90 |
gr.Markdown("""
|
|
|
84 |
|
85 |
# Streamlit & Gradio Interface
|
86 |
|
87 |
+
st.title("PDF-Powered Chatbot")
|
88 |
|
89 |
with st.container():
|
90 |
gr.Markdown("""
|