Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from transformers import pipeline
|
|
5 |
qa_pipeline = pipeline("question-answering", model="nlpaueb/bert-base-greek-uncased-v1")
|
6 |
|
7 |
# Title of the app
|
8 |
-
st.title("Question Answering
|
9 |
|
10 |
# Input fields for context and question
|
11 |
context = st.text_area("Context", "Provide the context here...")
|
|
|
5 |
qa_pipeline = pipeline("question-answering", model="nlpaueb/bert-base-greek-uncased-v1")
|
6 |
|
7 |
# Title of the app
|
8 |
+
st.title("Question Answering in Greek")
|
9 |
|
10 |
# Input fields for context and question
|
11 |
context = st.text_area("Context", "Provide the context here...")
|