Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
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():
|