matthoffner commited on
Commit
1cba699
·
verified ·
1 Parent(s): ab7097f

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -16,7 +16,7 @@ def custom_index_route():
16
  html_content = """
17
  <html>
18
  <body>
19
- <iframe src="/docs" frameborder="0" width="100%" height="100%"></iframe>
20
  </body>
21
  </html>
22
  """
 
16
  html_content = """
17
  <html>
18
  <body>
19
+ <h1>Test</h1>
20
  </body>
21
  </html>
22
  """