Spaces:
Sleeping
Sleeping
added/updated app files
Browse files
app_v2.py
CHANGED
@@ -13,7 +13,7 @@ _____________________________________________________________________
|
|
13 |
'''
|
14 |
with ui.Blocks(css=css, title=title(feature), theme=theme, analytics_enabled=False) as stella:
|
15 |
with ui.Group():
|
16 |
-
result_v2 = ui.Gallery(
|
17 |
prompt_v2 = ui.Textbox(label=sprompt, placeholder=spholder)
|
18 |
with ui.Row():
|
19 |
clear_v2 = ui.ClearButton(value="Reset", components=[result_v2, prompt_v2])
|
|
|
13 |
'''
|
14 |
with ui.Blocks(css=css, title=title(feature), theme=theme, analytics_enabled=False) as stella:
|
15 |
with ui.Group():
|
16 |
+
result_v2 = ui.Gallery(show_label=False, object_fit="contain", height="50vh", show_share_button=False)
|
17 |
prompt_v2 = ui.Textbox(label=sprompt, placeholder=spholder)
|
18 |
with ui.Row():
|
19 |
clear_v2 = ui.ClearButton(value="Reset", components=[result_v2, prompt_v2])
|