Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
architsingh
/
InvoiceExtractor
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
architsingh
commited on
Jun 18, 2023
Commit
911b614
·
1 Parent(s):
1f3e17b
new: added hello world streamlit UI
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
CHANGED
Viewed
@@ -0,0 +1,4 @@
1
+
import streamlit as st
2
+
3
+
# Use the st.write() function to display text
4
+
st.write("Hello, World!")