Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ def respond(message, chat_history):
|
|
52 |
with gr.Blocks() as app:
|
53 |
gr.Markdowon("""<h1><center>Starcoder 1b-sft Demo<br><h3><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("Input")
|
56 |
with gr.Row():
|
57 |
sub_btn = gr.Button("Submit")
|
58 |
clear = gr.ClearButton([msg, chatbot])
|
|
|
52 |
with gr.Blocks() as app:
|
53 |
gr.Markdowon("""<h1><center>Starcoder 1b-sft Demo<br><h3><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():
|
57 |
sub_btn = gr.Button("Submit")
|
58 |
clear = gr.ClearButton([msg, chatbot])
|