Update app.py
Browse files
app.py
CHANGED
@@ -971,9 +971,7 @@ def main():
|
|
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.
|
976 |
-
""")
|
977 |
|
978 |
with gr.Row(equal_height=True):
|
979 |
with gr.Column(scale=1):
|
|
|
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 |
|
976 |
with gr.Row(equal_height=True):
|
977 |
with gr.Column(scale=1):
|