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