Bonosa2 commited on
Commit
92501d4
Β·
verified Β·
1 Parent(s): 484c797

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ if "file_text" not in st.session_state: st.session_state.file_text = ""
31
  if "key_points" not in st.session_state: st.session_state.key_points = []
32
 
33
  # Inputs
34
- query = st.text_area("πŸ—¨οΈ Ask or refine something based on the bullets:", value="", placeholder="e.g., What makes you so cool, Grandma?", key="query")
35
  url = st.text_input("🌐 Optional URL to summarize:")
36
  uploaded_file = st.file_uploader("πŸ“Ž Or upload a file (PDF, TXT, DOCX)", type=["pdf", "txt", "docx"])
37
 
 
31
  if "key_points" not in st.session_state: st.session_state.key_points = []
32
 
33
  # Inputs
34
+ query = st.text_area("πŸ—¨οΈ Ask or refine something based on the bullets:", value="", placeholder="e.g., What the heck are LLMS? Give me a 101", key="query")
35
  url = st.text_input("🌐 Optional URL to summarize:")
36
  uploaded_file = st.file_uploader("πŸ“Ž Or upload a file (PDF, TXT, DOCX)", type=["pdf", "txt", "docx"])
37