Vihang28 commited on
Commit
fba7a02
·
1 Parent(s): f6dd837

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def toggle(choice):
32
  return gr.update(visible=False, value=None), gr.update(visible=True, value=None)
33
 
34
 
35
- with gr.Blocks(css=css) as demo:
36
  with gr.Row():
37
  with gr.Column():
38
  text_input = gr.Textbox(label="Input the text", value="", max_lines=3)
 
32
  return gr.update(visible=False, value=None), gr.update(visible=True, value=None)
33
 
34
 
35
+ with gr.Blocks() as demo:
36
  with gr.Row():
37
  with gr.Column():
38
  text_input = gr.Textbox(label="Input the text", value="", max_lines=3)