prithivMLmods commited on
Commit
9445908
·
verified ·
1 Parent(s): ccb18cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -265,7 +265,7 @@ css = """
265
  """
266
 
267
  # Create the Gradio Interface
268
- with gr.Blocks(css=css, theme="gstaff/xkcd") as demo:
269
  gr.Markdown(
270
  "# **[Multimodal VLMs [MathQA | OCR]](https://huggingface.co/collections/prithivMLmods/multimodal-implementations-67c9982ea04b39f0608badb0)**"
271
  )
 
265
  """
266
 
267
  # Create the Gradio Interface
268
+ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
269
  gr.Markdown(
270
  "# **[Multimodal VLMs [MathQA | OCR]](https://huggingface.co/collections/prithivMLmods/multimodal-implementations-67c9982ea04b39f0608badb0)**"
271
  )