Tonic commited on
Commit
3413259
1 Parent(s): b9152b3

add description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def segment_text(input_text):
43
 
44
  return segments
45
 
46
- with gr.Blocks() as demo:
47
  with gr.Row():
48
  gr.Markdown(title)
49
  with gr.Row():
 
43
 
44
  return segments
45
 
46
+ with gr.Blocks(theme=gr.themes.Base()) as demo:
47
  with gr.Row():
48
  gr.Markdown(title)
49
  with gr.Row():