os-odyssey commited on
Commit
c4f521a
·
verified ·
1 Parent(s): a9d3da2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -70,9 +70,9 @@ def gpt_chat(prompt, history, thinking, thinking_time, hf_token):
70
  # -----------------------
71
  # Gradio UI
72
  # -----------------------
73
- with gr.Blocks(title="NovaTalk - Chatbot") as demo:
74
  gr.Markdown("""
75
- # 🤖 NovaTalk Chatbot
76
  Enter your Hugging Face API Token below to start chatting.
77
  Built with ❤️ by [JumpLander](https://jumplander.org)
78
  """)
 
70
  # -----------------------
71
  # Gradio UI
72
  # -----------------------
73
+ with gr.Blocks(title="ThinkPad - Chatbot") as demo:
74
  gr.Markdown("""
75
+ # 🤖 ThinkPad Chatbot
76
  Enter your Hugging Face API Token below to start chatting.
77
  Built with ❤️ by [JumpLander](https://jumplander.org)
78
  """)