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