Omnibus commited on
Commit
8bc3ca4
1 Parent(s): c57f4d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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])