rynmurdock commited on
Commit
6ef75ad
1 Parent(s): 20072ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -210,7 +210,7 @@ document.body.addEventListener('click', function(event) {
210
  '''
211
 
212
  with gr.Blocks(css=css, head=js_head) as demo:
213
- gr.Markdown('''### Zahir: Generative Recommenders for Unprompted Scalable Exploration
214
  Explore the latent space without text prompts, based on your preferences. Learn more on [the write-up](https://rynmurdock.github.io/posts/2024/3/generative_recomenders/).
215
  ''', elem_id="description")
216
  embs = gr.State([])
 
210
  '''
211
 
212
  with gr.Blocks(css=css, head=js_head) as demo:
213
+ gr.Markdown('''### Zahir: Generative Recommenders for Unprompted, Scalable Exploration
214
  Explore the latent space without text prompts, based on your preferences. Learn more on [the write-up](https://rynmurdock.github.io/posts/2024/3/generative_recomenders/).
215
  ''', elem_id="description")
216
  embs = gr.State([])