Omnibus commited on
Commit
2dc7689
1 Parent(s): 78b4812

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def respond(message, chat_history):
50
  return "", chat_history
51
 
52
  with gr.Blocks() as app:
53
- gr.Markdowon("""<h1 style="text-align: center;">Starcoder 1b-sft Demo</h1><br><h3 style="text-align: center"><a href src='https://huggingface.co/abacaj/starcoderbase-1b-sft'>https://huggingface.co/abacaj/starcoderbase-1b-sft</a>""")
54
  chatbot = gr.Chatbot()
55
  msg = gr.Textbox(label = "Input")
56
  with gr.Row():
 
50
  return "", chat_history
51
 
52
  with gr.Blocks() as app:
53
+ gr.Markdown("""<h1 style="text-align: center;">Starcoder 1b-sft Demo</h1><br><h3 style="text-align: center"><a href src='https://huggingface.co/abacaj/starcoderbase-1b-sft'>https://huggingface.co/abacaj/starcoderbase-1b-sft</a>""")
54
  chatbot = gr.Chatbot()
55
  msg = gr.Textbox(label = "Input")
56
  with gr.Row():