Spaces:
Sleeping
Sleeping
dudegladiator
commited on
Commit
·
37935f8
1
Parent(s):
fe935f8
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ try:
|
|
17 |
return reply
|
18 |
except:
|
19 |
print("Try Again")
|
20 |
-
custom_theme = gr.themes(primary_hue="blue", secondary_hue="green", neutral_hue="gray")
|
21 |
reply = gr.Interface(
|
22 |
fn=ChatReply,
|
23 |
inputs=gr.Textbox(label="Write any term", placeholder="E.g. Flutter?"),
|
|
|
17 |
return reply
|
18 |
except:
|
19 |
print("Try Again")
|
20 |
+
custom_theme = gr.themes.Default(primary_hue="blue", secondary_hue="green", neutral_hue="gray")
|
21 |
reply = gr.Interface(
|
22 |
fn=ChatReply,
|
23 |
inputs=gr.Textbox(label="Write any term", placeholder="E.g. Flutter?"),
|