NimaKL commited on
Commit
ac1ecca
Β·
verified Β·
1 Parent(s): 7c2dc3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -967,9 +967,9 @@ def main():
967
  users = recommender.get_all_users()
968
  recommender.close()
969
 
970
- with gr.Blocks(title="Question Recommender (Local Debug)", theme=gr.themes.Soft(), css=custom_css) as iface:
971
  gr.Markdown("""
972
- # 🀝 Question Recommender (Local Debug Version)
973
  Find questions that two users might be interested in discussing together based on their common interests.
974
 
975
  > This is the local debug version using the test database.
 
967
  users = recommender.get_all_users()
968
  recommender.close()
969
 
970
+ with gr.Blocks(title="Let's Talk - Question Recommender", theme=gr.themes.Soft(), css=custom_css) as iface:
971
  gr.Markdown("""
972
+ # 🀝 Let's Talk - Question Recommender
973
  Find questions that two users might be interested in discussing together based on their common interests.
974
 
975
  > This is the local debug version using the test database.