Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
alvaromlua
/
cryptobot
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
alvaromlua
commited on
Apr 27, 2024
Commit
cd0adbc
·
verified
·
1 Parent(s):
e21e303
quitando text
Browse files
Files changed (1)
hide
show
app.py
+1
-7
app.py
CHANGED
Viewed
@@ -39,10 +39,4 @@ def get_crypto_news_compare():
39
}
40
}]
41
}
42
-
})
43
-
44
-
45
-
46
-
if text:
47
-
out = pipe(text)
48
-
st.json(out)
39
}
40
}]
41
}
42
+
})