anzorq commited on
Commit
c752fc7
1 Parent(s): 3c80145

~ increase message font size

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -75,6 +75,7 @@ css = """
75
  #prompt_template_preview {padding: 1em; border-width: 1px; border-style: solid; border-color: #e0e0e0; border-radius: 4px;}
76
  #total_tokens_str {text-align: right; font-size: 0.8em; color: #666; height: 1em;}
77
  #label {font-size: 0.8em; padding: 0.5em; margin: 0;}
 
78
  """
79
 
80
  with gr.Blocks(css=css) as demo:
 
75
  #prompt_template_preview {padding: 1em; border-width: 1px; border-style: solid; border-color: #e0e0e0; border-radius: 4px;}
76
  #total_tokens_str {text-align: right; font-size: 0.8em; color: #666; height: 1em;}
77
  #label {font-size: 0.8em; padding: 0.5em; margin: 0;}
78
+ .message { font-size: 1.2em; }
79
  """
80
 
81
  with gr.Blocks(css=css) as demo: