JRQi commited on
Commit
717b4c0
·
1 Parent(s): 5829e4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def reset_modules():
45
 
46
  css = """
47
  #warning {background-color: #FFCCCB}
48
- .feedback textarea {font-size: 24px !important}
49
  """
50
 
51
  with gr.Blocks(css=css, theme=gr.themes.Default(text_size=gr.themes.sizes.text_md)) as demo:
 
45
 
46
  css = """
47
  #warning {background-color: #FFCCCB}
48
+ .feedback textarea {font-size: 50px !important}
49
  """
50
 
51
  with gr.Blocks(css=css, theme=gr.themes.Default(text_size=gr.themes.sizes.text_md)) as demo: