davidlee1102
commited on
Commit
•
a1c9681
1
Parent(s):
8a48d0e
Add more understanding
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from emotion_model import emotion_predict
|
|
4 |
from datetime import datetime
|
5 |
import logging
|
6 |
|
7 |
-
name = st.text_input("
|
8 |
result = ""
|
9 |
result_check = ""
|
10 |
logging.basicConfig(filename='example.log', encoding='utf-8', level=logging.DEBUG)
|
|
|
4 |
from datetime import datetime
|
5 |
import logging
|
6 |
|
7 |
+
name = st.text_input("Please enter your sentence here:")
|
8 |
result = ""
|
9 |
result_check = ""
|
10 |
logging.basicConfig(filename='example.log', encoding='utf-8', level=logging.DEBUG)
|