Update app.py
Browse files
app.py
CHANGED
|
@@ -967,9 +967,9 @@ def main():
|
|
| 967 |
users = recommender.get_all_users()
|
| 968 |
recommender.close()
|
| 969 |
|
| 970 |
-
with gr.Blocks(title="
|
| 971 |
gr.Markdown("""
|
| 972 |
-
# 🤝
|
| 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.
|