mayankchugh-learning
commited on
Commit
•
0918b7f
1
Parent(s):
d08c458
Update app.py
Browse files
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="
|
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 |
|