Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
| 74 |
gr.Markdown("""
|
| 75 |
-
# 🤖
|
| 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 |
""")
|