cb1716pics commited on
Commit
00dc0db
·
verified ·
1 Parent(s): 14c95e8

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.text_input("Enter your question:", placeholder="Type your question here...", height=100)
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"):