Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Lap1official
/
stock_market
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Reality123b
commited on
Oct 28, 2024
Commit
c15e868
·
verified
·
1 Parent(s):
2b791de
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -143,5 +143,5 @@ def main():
143
144
interface.launch()
145
146
-
if
_name_
== "
_main_
":
147
main()
143
144
interface.launch()
145
146
+
if
__name__
== "
__main__
":
147
main()