ancerlop commited on
Commit
300b1fd
1 Parent(s): 08baf09

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -53,7 +53,6 @@ iface = gr.Interface(
53
  inputs=gr.Textbox(),
54
  outputs=gr.Textbox(),
55
  live=False,
56
- layout='vertical',
57
  title="Clasificador de Texto"
58
  )
59
 
 
53
  inputs=gr.Textbox(),
54
  outputs=gr.Textbox(),
55
  live=False,
 
56
  title="Clasificador de Texto"
57
  )
58