Vihang28 commited on
Commit
fd55e2f
·
verified ·
1 Parent(s): 77f28df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.stone)) as demo:
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():