Spaces:
Runtime error
Runtime error
Commit ·
c1c573b
1
Parent(s): c8b496c
amber theme
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ import os
|
|
| 33 |
def greet(text1):
|
| 34 |
return search(df, text1)
|
| 35 |
|
| 36 |
-
with gr.Blocks(theme=gr.themes.Soft(neutral_hue='amber')) as demo:
|
| 37 |
txt = gr.Textbox(value='A Christmas present🎄for my 5 years old Kid!!!', label='What are you looking for?')
|
| 38 |
btn = gr.Button(value="Search Product")
|
| 39 |
state = gr.Dataframe()
|
|
|
|
| 33 |
def greet(text1):
|
| 34 |
return search(df, text1)
|
| 35 |
|
| 36 |
+
with gr.Blocks(theme=gr.themes.Soft(primary_hue='amber', secondary_hue='gray', neutral_hue='amber')) as demo:
|
| 37 |
txt = gr.Textbox(value='A Christmas present🎄for my 5 years old Kid!!!', label='What are you looking for?')
|
| 38 |
btn = gr.Button(value="Search Product")
|
| 39 |
state = gr.Dataframe()
|