jbochi commited on
Commit
03a4d52
1 Parent(s): 16aee59

Remove style

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ with gr.Blocks() as demo:
40
  with gr.Row():
41
  txt = gr.Textbox(
42
  show_label=False, placeholder="<2es> text to translate"
43
- ).style(container=False)
44
 
45
  txt.submit(fn=inference, inputs=[max_length, txt, state], outputs=[chatbot, state])
46
 
 
40
  with gr.Row():
41
  txt = gr.Textbox(
42
  show_label=False, placeholder="<2es> text to translate"
43
+ )
44
 
45
  txt.submit(fn=inference, inputs=[max_length, txt, state], outputs=[chatbot, state])
46