fehmikaya commited on
Commit
0959dbd
·
verified ·
1 Parent(s): e536d7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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):