TheStinger commited on
Commit
803732d
1 Parent(s): 90e9e90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -500,5 +500,9 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="pink", secondary_hue="rose")
500
  ## In loving memory of JLabDX 🕊️
501
  """
502
  )
 
 
 
 
503
 
504
  demo.queue(api_open=False).launch(show_api=False) # idk ilaria if you want or dont want to
 
500
  ## In loving memory of JLabDX 🕊️
501
  """
502
  )
503
+ with gr.Tab(("")):
504
+ gr.Markdown('''
505
+ ![ilaria](https://i.ytimg.com/vi/5PWqt2Wg-us/maxresdefault.jpg)
506
+ ''')
507
 
508
  demo.queue(api_open=False).launch(show_api=False) # idk ilaria if you want or dont want to