123Chr1s commited on
Commit
1de115c
·
verified ·
1 Parent(s): ad41b4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 with Meltemi-7B")
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...")