Spaces:
Runtime error
Runtime error
Birger Moell
commited on
Commit
•
e7c2c70
1
Parent(s):
0de5d5b
Updated text
Browse files
app.py
CHANGED
@@ -370,8 +370,8 @@ def pdf_to_base64(pdf):
|
|
370 |
|
371 |
|
372 |
# Title and description
|
373 |
-
st.title("
|
374 |
-
st.write("Enter your test score,
|
375 |
|
376 |
# Input fields
|
377 |
#test_score = st.number_input("Test Score", min_value=0, value=0, step=1)
|
|
|
370 |
|
371 |
|
372 |
# Title and description
|
373 |
+
st.title("Language profile")
|
374 |
+
st.write("Enter your test score, to calculate scores and create a PDF with the results.")
|
375 |
|
376 |
# Input fields
|
377 |
#test_score = st.number_input("Test Score", min_value=0, value=0, step=1)
|