DataRaptor commited on
Commit
86a60b5
1 Parent(s): 716fd79

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py ADDED
@@ -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
+