Spaces:
Sleeping
Sleeping
update instruction
Browse files
app.py
CHANGED
@@ -145,7 +145,7 @@ with gr.Blocks(fill_height=True) as demo:
|
|
145 |
gr.Markdown("## Simulator Setup")
|
146 |
|
147 |
# Input fields for initialization
|
148 |
-
sitemap_input = gr.Textbox(label="Sitemap", placeholder="Enter the Hugging Face link to sitemap... (eg.jjz5463/
|
149 |
initialize_button = gr.Button("Initialize Simulator")
|
150 |
|
151 |
# Status block to display initialization progress with elapsed time
|
|
|
145 |
gr.Markdown("## Simulator Setup")
|
146 |
|
147 |
# Input fields for initialization
|
148 |
+
sitemap_input = gr.Textbox(label="Sitemap", placeholder="Enter the Hugging Face link to sitemap... (eg.jjz5463/AppStore_synthetic_sitemap)")
|
149 |
initialize_button = gr.Button("Initialize Simulator")
|
150 |
|
151 |
# Status block to display initialization progress with elapsed time
|