lovodkin93 commited on
Commit
124e5e6
·
verified ·
1 Parent(s): bb3f240

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import os
2
  import gradio as gr
3
 
4
  # Path to the directory containing HTML files
5
- html_files_path = "html_files"
6
  html_files = [f for f in os.listdir(html_files_path) if f.endswith('.html')]
7
 
8
  def show_html(file_name):
 
2
  import gradio as gr
3
 
4
  # Path to the directory containing HTML files
5
+ html_files_path = os.path.join("html_files", "test")
6
  html_files = [f for f in os.listdir(html_files_path) if f.endswith('.html')]
7
 
8
  def show_html(file_name):