Spaces:
Sleeping
Sleeping
Gopala Krishna
commited on
Commit
·
dfee6f8
1
Parent(s):
720799e
.vs/MyChatGPTTurbo/FileContentIndex/526ccc24-2862-4fef-ac60-94beeeed84de.vsidx
DELETED
Binary file (10.1 kB)
|
|
.vs/MyChatGPTTurbo/FileContentIndex/feff3d0f-367e-40ad-b46b-abeffe69c7f7.vsidx
ADDED
Binary file (10.2 kB). View file
|
|
app.py
CHANGED
@@ -38,7 +38,7 @@ iface = gr.Interface(
|
|
38 |
fn=chatbot,
|
39 |
inputs=gr.inputs.Textbox(lines=7, label="Query"),
|
40 |
outputs=gr.outputs.Textbox(label="Response"),
|
41 |
-
theme=gr.themes.Default(primary_hue="
|
42 |
|
43 |
|
44 |
iface.launch()
|
|
|
38 |
fn=chatbot,
|
39 |
inputs=gr.inputs.Textbox(lines=7, label="Query"),
|
40 |
outputs=gr.outputs.Textbox(label="Response"),
|
41 |
+
theme=gr.themes.Default(primary_hue="slate"))
|
42 |
|
43 |
|
44 |
iface.launch()
|