JoanParanoid
commited on
Commit
•
135b3cc
1
Parent(s):
5e62651
Update app.py
Browse files
app.py
CHANGED
@@ -43,5 +43,5 @@ def main():
|
|
43 |
st.write("Finance Topic:", label_2)
|
44 |
st.write("Topic_Score:", score_2)
|
45 |
|
46 |
-
if__name__=="__main__"
|
47 |
main()
|
|
|
43 |
st.write("Finance Topic:", label_2)
|
44 |
st.write("Topic_Score:", score_2)
|
45 |
|
46 |
+
if__name__=="__main__":
|
47 |
main()
|