JoanParanoid
commited on
Commit
•
70f90e4
1
Parent(s):
892fceb
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 |
-
|
47 |
main()
|
|
|
43 |
st.write("Finance Topic:", label_2)
|
44 |
st.write("Topic_Score:", score_2)
|
45 |
|
46 |
+
if __name__ == "__main__":
|
47 |
main()
|