Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SaviAnna
/
history_mistery
like
0
Sleeping
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
SaviAnna
commited on
Jun 8, 2023
Commit
eeef851
·
1 Parent(s):
6049731
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -45,5 +45,5 @@ def main():
45
st.subheader("Generated Text:")
46
st.write(generated_text)
47
48
-
if
name
== "__main__":
49
main()
45
st.subheader("Generated Text:")
46
st.write(generated_text)
47
48
+
if
__name__
== "__main__":
49
main()