Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ st.title("RAG7 - Real World RAG System")
|
|
5 |
|
6 |
# Question Section
|
7 |
st.subheader("Hi, What do you want to know today?")
|
8 |
-
question = st.
|
9 |
|
10 |
# Submit Button
|
11 |
if st.button("Submit"):
|
|
|
5 |
|
6 |
# Question Section
|
7 |
st.subheader("Hi, What do you want to know today?")
|
8 |
+
question = st.text_area("Enter your question:", placeholder="Type your question here...", height=100)
|
9 |
|
10 |
# Submit Button
|
11 |
if st.button("Submit"):
|