Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -110,7 +110,7 @@ def message_and_history(img_input_name, input, history, api_key):
|
|
| 110 |
title = "Compare the Graphs"
|
| 111 |
|
| 112 |
|
| 113 |
-
with gr.Blocks(theme=gr.themes.Glass(primary_hue=gr.themes.colors.
|
| 114 |
gr.Markdown(f'<h1 style="text-align: center;">{title}</h1>')
|
| 115 |
with gr.Row():
|
| 116 |
with gr.Row():
|
|
|
|
| 110 |
title = "Compare the Graphs"
|
| 111 |
|
| 112 |
|
| 113 |
+
with gr.Blocks(theme=gr.themes.Glass(primary_hue=gr.themes.colors.slate)) as demo:
|
| 114 |
gr.Markdown(f'<h1 style="text-align: center;">{title}</h1>')
|
| 115 |
with gr.Row():
|
| 116 |
with gr.Row():
|