Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DataRaptor
/
PatentMatch
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
DataRaptor
commited on
Jul 10, 2023
Commit
86a60b5
·
1 Parent(s):
716fd79
Upload app.py
Browse files
Files changed (1)
hide
show
app.py
+8
-0
app.py
ADDED
Viewed
@@ -0,0 +1,8 @@
1
+
import streamlit as st
2
+
3
+
st.markdown('Live demo will be available very soon.')
4
+
5
+
6
+
7
+
st.markdown('Source code: https://github.com/dataraptor/PatentMatch/tree/main')
8
+