ikmalsaid commited on
Commit
1da18e9
1 Parent(s): 84a78dc

added/updated app files

Browse files
Files changed (1) hide show
  1. app_v2.py +1 -1
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(label=title(feature), 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])
 
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])