mirror of
https://github.com/gradio-app/gradio.git
synced 2025-02-17 11:29:58 +08:00
add /guides.html (#1753)
This commit is contained in:
parent
8947e8f9a4
commit
18b92fb17c
@ -126,6 +126,9 @@ def build_gallery(output_dir, jinja_env):
|
||||
output_file = os.path.join(output_folder, "index.html")
|
||||
with open(output_file, "w") as index_html:
|
||||
index_html.write(output)
|
||||
output_file = os.path.join(output_dir, "guides.html")
|
||||
with open(output_file, "w") as index_html:
|
||||
index_html.write(output)
|
||||
|
||||
def build(output_dir, jinja_env):
|
||||
build_guides(output_dir, jinja_env)
|
||||
|
Loading…
Reference in New Issue
Block a user