Gopala Krishna commited on
Commit
3aedf98
·
1 Parent(s): f421d05
.vs/MyChatGPTTurbo/FileContentIndex/6fd8f934-980e-468d-a8d2-f79ae2e6ab8b.vsidx ADDED
Binary file (9.99 kB). View file
 
.vs/MyChatGPTTurbo/FileContentIndex/78489e11-4d78-4e6e-aa11-a4c83766d952.vsidx DELETED
Binary file (9.93 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="stone"))
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="zinc"))
42
 
43
 
44
  iface.launch()