mishig HF staff commited on
Commit
9904067
·
verified ·
1 Parent(s): fe80588

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -12
app.py CHANGED
@@ -15,20 +15,21 @@ def index():
15
  <!DOCTYPE html>
16
  <html>
17
  <head>
18
- <title>Dynamic HTML Page</title>
19
- <style>
20
- body { font-family: Arial, sans-serif; margin: 40px; }
21
- .container { max-width: 800px; margin: 0 auto; }
22
- .highlight { background-color: #f0f0f0; padding: 20px; }
23
- </style>
24
  </head>
25
  <body>
26
- <div class="container">
27
- <h1>Welcome to Flask</h1>
28
- <div class="highlight">
29
- <p>This HTML was rendered directly from a string!</p>
30
- </div>
31
- </div>
 
 
 
 
 
 
32
  </body>
33
  </html>
34
  '''
 
15
  <!DOCTYPE html>
16
  <html>
17
  <head>
18
+ <title>Hugging Face Docs /llms.txt</title>
 
 
 
 
 
19
  </head>
20
  <body>
21
+
22
+ <a href="https://llmstxt.org/">/llms.txt</a> files for <a href="https://huggingface.co/docs">/Hugging Face Docs</a>
23
+
24
+ <ul>
25
+ <li><a href="/transformers/llms.txt">/transformers/llms.txt</a></li>
26
+ <li><a href="/diffusers/llms.txt">/diffusers/llms.txt</a></li>
27
+ <li><a href="/accelerate/llms.txt">//accelerate/llms.txt</a></li>
28
+ <li><a href="/huggingface_hub/llms.txt">/huggingface_hub/llms.txt</a></li>
29
+ <li><a href="/accelerate/llms.txt">/accelerate/llms.txt</a></li>
30
+ </ul>
31
+
32
+
33
  </body>
34
  </html>
35
  '''