Spaces:
Sleeping
Sleeping
Upload index.html
Browse files- 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>
|