matthoffner commited on
Commit
0b2af73
1 Parent(s): 0247d00

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +5 -9
main.py CHANGED
@@ -33,15 +33,11 @@ async def index():
33
  <html>
34
  <head>
35
  </head>
36
- <body>
37
- <h2 style="font-family:system-ui"><a href="https://huggingface.co/TheBloke/WizardCoder-15B-1.0-GGML">wizardcoder-ggml</a></h2>
38
- <iframe
39
- src="https://wizardcoder-sandbox.netlify.app"
40
- frameborder="0"
41
- width="95%"
42
- height="90%"
43
- ></iframe>
44
- <h2 style="font-family:system-ui"><a href="https://matthoffner-wizardcoder-ggml.hf.space/docs">FastAPI Docs</a></h2>
45
  </body>
46
  </html>
47
  """
 
33
  <html>
34
  <head>
35
  </head>
36
+ <body style="font-family:system-ui">
37
+ <h2><a href="https://huggingface.co/TheBloke/WizardCoder-15B-1.0-GGML">wizardcoder-ggml</a></h2>
38
+ <h2><a href="https://matthoffner-wizardcoder-ggml.hf.space/docs">FastAPI Docs</a></h2>
39
+ <h2><a href="https://wizardcoder-sandbox.netlify.app">Wizardcoder Sandbox</a></h2>
40
+ <h2><a href="https://matthoffner-monacopilot-ggml.hf.space">Wizardcoder Sandbox</a></h2>
 
 
 
 
41
  </body>
42
  </html>
43
  """