Gopala Krishna commited on
Commit
2affada
·
1 Parent(s): e0570b4

changed theme

Browse files
.vs/MyChatGPTTurbo/FileContentIndex/575a833f-9206-4d99-9060-e54f87d1354f.vsidx DELETED
Binary file (127 Bytes)
 
.vs/MyChatGPTTurbo/FileContentIndex/90c578c5-9499-4095-89d2-6e4ad3a907a1.vsidx ADDED
Binary file (4.96 kB). View file
 
.vs/MyChatGPTTurbo/FileContentIndex/a5cf669d-1255-4f59-9d95-c18bdc1cfe1d.vsidx ADDED
Binary file (3.2 kB). View file
 
.vs/MyChatGPTTurbo/FileContentIndex/c41b572a-a2d3-4bd7-9174-6dbc4975f9fa.vsidx ADDED
Binary file (171 Bytes). View file
 
.vs/MyChatGPTTurbo/FileContentIndex/c5bf957d-f619-4af2-b74f-f21ec24a8726.vsidx DELETED
Binary file (269 Bytes)
 
.vs/MyChatGPTTurbo/FileContentIndex/d624c5a3-56bf-478d-8d61-2879288291d7.vsidx DELETED
Binary file (4.75 kB)
 
.vs/MyChatGPTTurbo/FileContentIndex/d879acab-db37-44fa-b106-f3e677abd16d.vsidx DELETED
Binary file (6.52 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,5 +32,5 @@ gr.Interface(
32
  fn=chatbot,
33
  inputs=gr.inputs.Textbox(lines=7, label="Query"),
34
  outputs=gr.outputs.Textbox(label="Response"),
35
- theme="compact"
36
  ).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
  ).launch()