shukdevdattaEX commited on
Commit
389bfd4
·
verified ·
1 Parent(s): 574b3af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -695,7 +695,7 @@ body, .gradio-container {
695
  """
696
 
697
  # Build the Gradio interface with React-inspired design
698
- with gr.Blocks(css=custom_css, theme=gr.themes.Base(), title="NVIDIA Nemotron Nano 2 VL") as demo:
699
 
700
  # Hidden state for API key
701
  api_key_state = gr.State("")
 
695
  """
696
 
697
  # Build the Gradio interface with React-inspired design
698
+ with gr.Blocks(css=custom_css, theme=gr.themes.Ocean(), title="NVIDIA Nemotron Nano 2 VL") as demo:
699
 
700
  # Hidden state for API key
701
  api_key_state = gr.State("")