jjz5463 commited on
Commit
baec467
1 Parent(s): 1ff8d8f

theme update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ def chat(user_input, history):
73
 
74
 
75
  # Gradio Interface using ChatInterface
76
- with gr.Blocks(fill_height=True, theme=gr.themes.Soft()) as demo:
77
  gr.Markdown("## Simulator Setup")
78
 
79
  # Input fields for initialization
 
73
 
74
 
75
  # Gradio Interface using ChatInterface
76
+ with gr.Blocks(fill_height=True) as demo:
77
  gr.Markdown("## Simulator Setup")
78
 
79
  # Input fields for initialization