mayankchugh-learning commited on
Commit
0918b7f
1 Parent(s): d08c458

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -184,7 +184,7 @@ def get_predict(question, company):
184
  # Create the interface
185
  # For the inputs parameter of Interface provide [textbox,company]
186
 
187
- with gr.Blocks(theme="gradio/seafoam@>=0.0.1,<0.1.0") as demo:
188
  with gr.Row():
189
  company = gr.Radio(["AWS", "IBM", "Google", "Meta", "Microsoft"], label="Select a company")
190
 
 
184
  # Create the interface
185
  # For the inputs parameter of Interface provide [textbox,company]
186
 
187
+ with gr.Blocks(theme="gr.themes.Monochrome()") as demo:
188
  with gr.Row():
189
  company = gr.Radio(["AWS", "IBM", "Google", "Meta", "Microsoft"], label="Select a company")
190