Update app.py
Browse files
app.py
CHANGED
@@ -684,7 +684,7 @@ def create_app():
|
|
684 |
# Add a footer with version info
|
685 |
footer_md = gr.Markdown("""
|
686 |
---
|
687 |
-
###
|
688 |
Built with ❤️ using Gradio and OpenRouter API | Context sizes shown next to model names
|
689 |
""")
|
690 |
|
@@ -812,6 +812,7 @@ def create_app():
|
|
812 |
|
813 |
return demo
|
814 |
|
|
|
815 |
# Launch the app
|
816 |
if __name__ == "__main__":
|
817 |
demo = create_app()
|
|
|
684 |
# Add a footer with version info
|
685 |
footer_md = gr.Markdown("""
|
686 |
---
|
687 |
+
### CrispChat v1.0
|
688 |
Built with ❤️ using Gradio and OpenRouter API | Context sizes shown next to model names
|
689 |
""")
|
690 |
|
|
|
812 |
|
813 |
return demo
|
814 |
|
815 |
+
|
816 |
# Launch the app
|
817 |
if __name__ == "__main__":
|
818 |
demo = create_app()
|