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

Update app.py

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