Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -2376,6 +2376,7 @@ fnf: https://www.youtube.com/watch?v=xR_G4UOvHaI
|
|
| 2376 |
with gr.Blocks(theme=gr.themes.Monochrome(), js=js_func) as demo:
|
| 2377 |
#ads = gr.Image("C:\\Users\\Wayne\\Downloads\\Welcome Home.gif", show_label=False, scale=5, height=150, show_download_button=False)
|
| 2378 |
ads = gr.Label("Dream Home: As Quick As A Click. As Simple As Shopping. ", show_label=False)
|
|
|
|
| 2379 |
replace = gr.Gallery(label='Replacement Items', rows=2, columns=7, visible=False)
|
| 2380 |
with gr.Row(visible=False) as store_summary:
|
| 2381 |
merchant_top = gr.Label(label='Merchant')
|
|
@@ -2489,7 +2490,7 @@ with gr.Blocks(theme=gr.themes.Monochrome(), js=js_func) as demo:
|
|
| 2489 |
reels_update = gr.Textbox(visible=False)
|
| 2490 |
tiktok_update = gr.Textbox(visible=False)
|
| 2491 |
dummy = gr.Textbox(visible=False)
|
| 2492 |
-
|
| 2493 |
with gr.Group(visible=False) as journeys_div:
|
| 2494 |
with gr.Accordion('Dream Job', open=False):
|
| 2495 |
dream_job_title = gr.Textbox(label="Dream Job Title")
|
|
|
|
| 2376 |
with gr.Blocks(theme=gr.themes.Monochrome(), js=js_func) as demo:
|
| 2377 |
#ads = gr.Image("C:\\Users\\Wayne\\Downloads\\Welcome Home.gif", show_label=False, scale=5, height=150, show_download_button=False)
|
| 2378 |
ads = gr.Label("Dream Home: As Quick As A Click. As Simple As Shopping. ", show_label=False)
|
| 2379 |
+
seshid = gr.Textbox('SESHID')
|
| 2380 |
replace = gr.Gallery(label='Replacement Items', rows=2, columns=7, visible=False)
|
| 2381 |
with gr.Row(visible=False) as store_summary:
|
| 2382 |
merchant_top = gr.Label(label='Merchant')
|
|
|
|
| 2490 |
reels_update = gr.Textbox(visible=False)
|
| 2491 |
tiktok_update = gr.Textbox(visible=False)
|
| 2492 |
dummy = gr.Textbox(visible=False)
|
| 2493 |
+
|
| 2494 |
with gr.Group(visible=False) as journeys_div:
|
| 2495 |
with gr.Accordion('Dream Job', open=False):
|
| 2496 |
dream_job_title = gr.Textbox(label="Dream Job Title")
|