cstr commited on
Commit
a3ce252
·
verified ·
1 Parent(s): 7050196

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -684,7 +684,7 @@ def create_app():
684
  # Add a footer with version info
685
  footer_md = gr.Markdown("""
686
  ---
687
- ### OpenRouter AI Chat Interface v1.0
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()