chrisjay commited on
Commit
083d1d0
1 Parent(s): 45585f3

initial files

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ block = gr.Blocks()
26
  with block:
27
  gr.Markdown(markdown)
28
 
29
- with gr.Tab():
30
  with gr.Row():
31
  language = gr.inputs.Textbox(placeholder='Choose your language',label='Language')
32
  text = gr.inputs.Textbox(placeholder='Write your text',label='Text')
 
26
  with block:
27
  gr.Markdown(markdown)
28
 
29
+ with gr.Tab(''):
30
  with gr.Row():
31
  language = gr.inputs.Textbox(placeholder='Choose your language',label='Language')
32
  text = gr.inputs.Textbox(placeholder='Write your text',label='Text')