Spaces:
Sleeping
Sleeping
Commit
·
fe935f8
1
Parent(s):
bb02685
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.
|
| 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(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?"),
|