Spaces:
Sleeping
Sleeping
Gopala Krishna
commited on
Commit
·
483986b
1
Parent(s):
f4cad84
.vs/MyChatGPTTurbo/FileContentIndex/49369906-8cff-47ed-88e7-142cdd7b7094.vsidx
DELETED
Binary file (9.91 kB)
|
|
.vs/MyChatGPTTurbo/v17/.wsuo
CHANGED
Binary files a/.vs/MyChatGPTTurbo/v17/.wsuo and b/.vs/MyChatGPTTurbo/v17/.wsuo differ
|
|
.vs/slnx.sqlite
CHANGED
Binary files a/.vs/slnx.sqlite and b/.vs/slnx.sqlite differ
|
|
app.py
CHANGED
@@ -32,6 +32,8 @@ iface = gr.Interface(
|
|
32 |
fn=chatbot,
|
33 |
inputs=gr.inputs.Textbox(lines=7, label="Query"),
|
34 |
outputs=gr.outputs.Textbox(label="Response"),
|
35 |
-
theme="
|
36 |
|
37 |
iface.launch()
|
|
|
|
|
|
32 |
fn=chatbot,
|
33 |
inputs=gr.inputs.Textbox(lines=7, label="Query"),
|
34 |
outputs=gr.outputs.Textbox(label="Response"),
|
35 |
+
theme=gr.themes.Default(primary_hue="sky"))
|
36 |
|
37 |
iface.launch()
|
38 |
+
|
39 |
+
|