ZivK commited on
Commit
34662fc
·
verified ·
1 Parent(s): 7788034

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def chatbot_reply(history, user_input, model_choice):
48
  with gr.Blocks() as demo:
49
  gr.Markdown(
50
  "## Sentence Completeness Chatbot\nType a message and see if the model thinks it’s complete or incomplete!")
51
- gr.Markdown("## [Click here to view the model on Hugging Face](https://huggingface.co/ZivK/smollm2-end-of-sentence)")
52
 
53
  # 3. Create a stateful Chatbot plus an input textbox
54
  chatbot = gr.Chatbot(label="Chat with Me!")
 
48
  with gr.Blocks() as demo:
49
  gr.Markdown(
50
  "## Sentence Completeness Chatbot\nType a message and see if the model thinks it’s complete or incomplete!")
51
+ gr.Markdown("#### [Click here to view the model on Hugging Face](https://huggingface.co/ZivK/smollm2-end-of-sentence)")
52
 
53
  # 3. Create a stateful Chatbot plus an input textbox
54
  chatbot = gr.Chatbot(label="Chat with Me!")