Liusuthu commited on
Commit
c943742
·
verified ·
1 Parent(s): 7e7d111

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -287,7 +287,7 @@ def text_score(text):
287
  result=text_api(text)
288
  return result
289
 
290
- with gr.Blocks(css=css) as text_all:
291
  with gr.Row():
292
  with gr.Column(scale=2):
293
  input_text=gr.Textbox(label="input")
 
287
  result=text_api(text)
288
  return result
289
 
290
+ with gr.Blocks() as text_all:
291
  with gr.Row():
292
  with gr.Column(scale=2):
293
  input_text=gr.Textbox(label="input")