iShare commited on
Commit
5642dda
·
1 Parent(s): 7e033e4

Upload index.html

Browse files
Files changed (1) hide show
  1. static/index.html +8 -0
static/index.html ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <title>Your Open AI Chat Assistant</title>
4
+ </head>
5
+ <frameset>
6
+ <frame src="https://openaichat.streamlit.app?embedded=true">
7
+ </frameset>
8
+ </html>