Gopala Krishna commited on
Commit
f421d05
·
1 Parent(s): e948b32
.vs/MyChatGPTTurbo/FileContentIndex/78489e11-4d78-4e6e-aa11-a4c83766d952.vsidx ADDED
Binary file (9.93 kB). View file
 
.vs/MyChatGPTTurbo/FileContentIndex/a7fe697b-96a3-42b4-af28-8c08e977af7d.vsidx DELETED
Binary file (9.88 kB)
 
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="slate"))
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="stone"))
42
 
43
 
44
  iface.launch()