Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
johnowhitaker
/
twitter_viz
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
johnowhitaker
commited on
Nov 9, 2021
Commit
e03530d
·
1 Parent(s):
b04e2bc
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+5
-0
app.py
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
import streamlit as st
2
+
import pandas as pd
3
+
import numpy as np
4
+
5
+
st.title('Test')