Spaces:
Sleeping
Sleeping
Update pages/Auto_Score_Generation.py
Browse files
pages/Auto_Score_Generation.py
CHANGED
|
@@ -34,7 +34,6 @@ st.write("# Auto Score Generation! 👋")
|
|
| 34 |
if 'score' not in session_state:
|
| 35 |
session_state['score']= ""
|
| 36 |
|
| 37 |
-
st.title("Core Risk Category Classifier")
|
| 38 |
text1= st.text_area(label= "Please write the Model Answer bellow",
|
| 39 |
placeholder="What does the text say?")
|
| 40 |
text2= st.text_area(label= "Please write the Student Answer bellow",
|
|
|
|
| 34 |
if 'score' not in session_state:
|
| 35 |
session_state['score']= ""
|
| 36 |
|
|
|
|
| 37 |
text1= st.text_area(label= "Please write the Model Answer bellow",
|
| 38 |
placeholder="What does the text say?")
|
| 39 |
text2= st.text_area(label= "Please write the Student Answer bellow",
|