m-ric HF staff commited on
Commit
52d1f91
·
verified ·
1 Parent(s): dcc069f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -161,7 +161,7 @@ with gr.Blocks(css="""
161
  .styled-table tbody tr:nth-of-type(odd) {
162
  background-color: var(--block-background-fill);
163
  }
164
- """, theme=gr.themes.Monochrome(primary_hue=gr.themes.colors.yellow, secondary_hue=gr.themes.colors.orange)) as demo:
165
  gr.Markdown("""
166
  # Text-to-Dollars: Get the price of your LLM API calls!
167
  Based on prices data from [BerriAI's litellm](https://github.com/BerriAI/litellm/blob/main/model_prices_and_context_window.json).
 
161
  .styled-table tbody tr:nth-of-type(odd) {
162
  background-color: var(--block-background-fill);
163
  }
164
+ """, theme=gr.themes.Citrus(primary_hue=gr.themes.colors.yellow, secondary_hue=gr.themes.colors.orange)) as demo:
165
  gr.Markdown("""
166
  # Text-to-Dollars: Get the price of your LLM API calls!
167
  Based on prices data from [BerriAI's litellm](https://github.com/BerriAI/litellm/blob/main/model_prices_and_context_window.json).