tykiww commited on
Commit
d97af7d
1 Parent(s): 4d07345

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ def b_clicked(o):
78
 
79
  ##################### Process #####################
80
  def main(conf):
81
- with gr.Blocks(theme=gr.themes.Soft(text_size="text_lg")) as demo:
82
 
83
  # Main page
84
  with gr.TabItem(conf["layout"]["page_names"][0]):
 
78
 
79
  ##################### Process #####################
80
  def main(conf):
81
+ with gr.Blocks(theme=gr.themes.Soft(text_size="lg")) as demo:
82
 
83
  # Main page
84
  with gr.TabItem(conf["layout"]["page_names"][0]):