m-ric HF staff commited on
Commit
015e59f
1 Parent(s): d8b24a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -153,6 +153,9 @@ with gr.Blocks(css="""
153
  .styled-table tbody tr:nth-of-type(even) {
154
  background-color: #f3f3f3;
155
  }
 
 
 
156
  """, theme=gr.themes.Soft(primary_hue=gr.themes.colors.yellow, secondary_hue=gr.themes.colors.orange)) as demo:
157
  gr.Markdown("""
158
  # Text-to-Dollars: Get the price of your LLM runs
 
153
  .styled-table tbody tr:nth-of-type(even) {
154
  background-color: #f3f3f3;
155
  }
156
+ .styled-table tbody tr:nth-of-type(odd) {
157
+ background-color: #ffffff;
158
+ }
159
  """, theme=gr.themes.Soft(primary_hue=gr.themes.colors.yellow, secondary_hue=gr.themes.colors.orange)) as demo:
160
  gr.Markdown("""
161
  # Text-to-Dollars: Get the price of your LLM runs