Spaces:
Running
Running
Update app.py
Browse files
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
|
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 |
|