Vaishu16 commited on
Commit
4deecae
·
verified ·
1 Parent(s): 219de2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ question_completion_pipeline = pipeline(
22
 
23
  # Streamlit UI
24
  st.title("Question Completion Model")
25
- st.write("Provide a partial question, and the model will complete it.")
26
 
27
  partial_question = st.text_input("Enter a partial question:", "")
28
 
 
22
 
23
  # Streamlit UI
24
  st.title("Question Completion Model")
25
+ st.write("Provide a partial question, and the model will complete it related to financial and corporate governance-related questions.")
26
 
27
  partial_question = st.text_input("Enter a partial question:", "")
28