ayoolaolafenwa commited on
Commit
29917e4
1 Parent(s): 757a0bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -81,10 +81,10 @@ with gr.Blocks() as demo:
81
  """
82
  ChatLM is a chat Large Language model finetuned with pretrained [Falcon-1B model](https://huggingface.co/tiiuae/falcon-rw-1b).
83
  It was trained on a dataset containing normal day to day human conversations, due to limited data used in training it will not generalize well for tasks like coding and current affairs.
84
- #### Github Repo:
85
- https://github.com/ayoolaolafenwa/ChatLM/tree/main
86
  """
87
  )
 
 
88
 
89
  chatbot = gr.Chatbot().style(height=400)
90
  with gr.Row():
 
81
  """
82
  ChatLM is a chat Large Language model finetuned with pretrained [Falcon-1B model](https://huggingface.co/tiiuae/falcon-rw-1b).
83
  It was trained on a dataset containing normal day to day human conversations, due to limited data used in training it will not generalize well for tasks like coding and current affairs.
 
 
84
  """
85
  )
86
+ gr.Markdown(""" # Github Repo
87
+ https://github.com/ayoolaolafenwa/ChatLM/tree/main """)
88
 
89
  chatbot = gr.Chatbot().style(height=400)
90
  with gr.Row():