jhj0517 commited on
Commit
182d369
1 Parent(s): 1be92e2

Decrease info font size

Browse files
Files changed (1) hide show
  1. modules/utils/constants.py +4 -0
modules/utils/constants.py CHANGED
@@ -27,4 +27,8 @@ GRADIO_CSS = """
27
  #md_project a:hover {
28
  text-decoration: underline;
29
  }
 
 
 
 
30
  """
 
27
  #md_project a:hover {
28
  text-decoration: underline;
29
  }
30
+
31
+ #blink_slider .md.svelte-7ddecg.chatbot.prose {
32
+ font-size: 0.7em;
33
+ }
34
  """