Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -36,6 +36,9 @@ with st.sidebar:
|
|
36 |
|
37 |
st.success("Done")
|
38 |
|
|
|
|
|
|
|
39 |
user_prompt = st.chat_input("Ask me anything about the content of the PDF or Web Link:")
|
40 |
|
41 |
if user_prompt and (uploaded_file or video_url):
|
|
|
36 |
|
37 |
st.success("Done")
|
38 |
|
39 |
+
with st.container(height=200):
|
40 |
+
st.markdown("Lorem ipsum. " * 1000)
|
41 |
+
|
42 |
user_prompt = st.chat_input("Ask me anything about the content of the PDF or Web Link:")
|
43 |
|
44 |
if user_prompt and (uploaded_file or video_url):
|