Spaces:
Running
Running
Update app.py
Browse files
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.
|
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).
|