matt HOFFNER
commited on
Commit
·
66c9b7e
1
Parent(s):
7982958
cleanup index.html
Browse files
main.py
CHANGED
|
@@ -26,14 +26,15 @@ async def index():
|
|
| 26 |
<html>
|
| 27 |
<head>
|
| 28 |
</head>
|
| 29 |
-
<body>
|
| 30 |
-
<
|
| 31 |
<iframe
|
| 32 |
src="https://matthoffner-monacopilot.hf.space"
|
| 33 |
frameborder="0"
|
| 34 |
-
width="
|
| 35 |
-
height="
|
| 36 |
></iframe>
|
|
|
|
| 37 |
</body>
|
| 38 |
</html>
|
| 39 |
"""
|
|
|
|
| 26 |
<html>
|
| 27 |
<head>
|
| 28 |
</head>
|
| 29 |
+
<body style="background-color:black">
|
| 30 |
+
<h2 style="font-family:system-ui"><a href="https://huggingface.co/TheBloke/WizardCoder-15B-1.0-GGML">wizardcoder-ggml</a></h2>
|
| 31 |
<iframe
|
| 32 |
src="https://matthoffner-monacopilot.hf.space"
|
| 33 |
frameborder="0"
|
| 34 |
+
width="95%"
|
| 35 |
+
height="90%"
|
| 36 |
></iframe>
|
| 37 |
+
<h2 style="font-family:system-ui"><a href="https://matthoffner-wizardcoder-ggml.hf.space/docs">FastAPI Docs</a></h2>
|
| 38 |
</body>
|
| 39 |
</html>
|
| 40 |
"""
|