ikmalsaid commited on
Commit
0d576ca
1 Parent(s): e32a9af

added/updated app files

Browse files
Files changed (1) hide show
  1. app_v1.py +1 -1
app_v1.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_v1 = ui.Gallery(label=title(feature), object_fit="contain", height="50vh", show_share_button=False)
17
  prompt_v1 = ui.Textbox(label=sprompt, placeholder=spholder)
18
  with ui.Row():
19
  clear_v1 = ui.ClearButton(value="Reset", components=[result_v1, prompt_v1])
 
13
  '''
14
  with ui.Blocks(css=css, title=title(feature), theme=theme, analytics_enabled=False) as stella:
15
  with ui.Group():
16
+ result_v1 = ui.Gallery(show_label=False, object_fit="contain", height="50vh", show_share_button=False)
17
  prompt_v1 = ui.Textbox(label=sprompt, placeholder=spholder)
18
  with ui.Row():
19
  clear_v1 = ui.ClearButton(value="Reset", components=[result_v1, prompt_v1])