Gopala Krishna commited on
Commit
46c4ae5
·
1 Parent(s): 692e150
.vs/MyChatGPTTurbo/FileContentIndex/3780e89e-8f78-4da2-bfe5-bc85f03b676a.vsidx ADDED
Binary file (9.9 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="blue"))
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="sky"))
42
 
43
 
44
  iface.launch()