productizationlabs
commited on
Commit
·
e16d10d
1
Parent(s):
92c0e67
Update app.py
Browse files
app.py
CHANGED
|
@@ -60,5 +60,5 @@ outputs=gr.outputs.Dataframe(label="Hotel Recommendations",type="pandas")
|
|
| 60 |
# Create the interface
|
| 61 |
gr.Interface(fn=Input_your_destination_and_description,
|
| 62 |
inputs=inputs,
|
| 63 |
-
outputs=outputs).launch()
|
| 64 |
|
|
|
|
| 60 |
# Create the interface
|
| 61 |
gr.Interface(fn=Input_your_destination_and_description,
|
| 62 |
inputs=inputs,
|
| 63 |
+
outputs=outputs,theme=gr.themes.Default(primary_hue="slate")).launch()
|
| 64 |
|