iamkhadke commited on
Commit
1fd3cc4
β€’
1 Parent(s): b1a0ae4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -82,8 +82,8 @@ def chat(curr_system_message, history):
82
 
83
  with gr.Blocks() as demo:
84
  # history = gr.State([])
85
- gr.Markdown("## StableLM-Tuned-Alpha-7b Chat")
86
- gr.HTML('''<center><a href="https://huggingface.co/spaces/stabilityai/stablelm-tuned-alpha-chat?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>Duplicate the Space to skip the queue and run in a private space</center>''')
87
  chatbot = gr.Chatbot().style(height=500)
88
  with gr.Row():
89
  with gr.Column():
 
82
 
83
  with gr.Blocks() as demo:
84
  # history = gr.State([])
85
+ gr.Markdown("## Start your Chat")
86
+ gr.HTML('''<center>Enter your text. Inference might be slower. \n<a href="https://www.linkedin.com/in/khadke-chetan/">Follow me</a></center>''')
87
  chatbot = gr.Chatbot().style(height=500)
88
  with gr.Row():
89
  with gr.Column():