Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
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!")