Spaces:
Running
Running
Update src/app.py (#1)
Browse files- Update src/app.py (349f7c4e4834d614343a83c1a3d678f0adce2cfe)
Co-authored-by: jens <[email protected]>
- src/app.py +7 -1
src/app.py
CHANGED
@@ -688,7 +688,13 @@ class GradioUI:
|
|
688 |
fill_width=True,
|
689 |
analytics_enabled=False,
|
690 |
) as demo:
|
691 |
-
gr.Markdown("# 💗Likable
|
|
|
|
|
|
|
|
|
|
|
|
|
692 |
|
693 |
with gr.Row(elem_classes="main-container"):
|
694 |
# Left side - Chat Interface
|
|
|
688 |
fill_width=True,
|
689 |
analytics_enabled=False,
|
690 |
) as demo:
|
691 |
+
gr.Markdown("""# 💗Likable
|
692 |
+
|
693 |
+
## ⚠️ IMPORTANT
|
694 |
+
**Please note:** This public demo space is shared among all users - everyone sees the same app and shares the same API key. For this reason, we've disabled the settings tab and are using a free version of DeepSeek V3 from OpenRouter.
|
695 |
+
|
696 |
+
**For private use or if you encounter rate limits**, we recommend duplicating this space to your own account and configuring it with your personal API keys, by either using Space sectres or uncommenting line 742-784 and 806-817 in `src/app.py` to enable the settings tab.
|
697 |
+
""")
|
698 |
|
699 |
with gr.Row(elem_classes="main-container"):
|
700 |
# Left side - Chat Interface
|