Gopala Krishna commited on
Commit
720799e
·
1 Parent(s): 3aedf98
.vs/MyChatGPTTurbo/FileContentIndex/526ccc24-2862-4fef-ac60-94beeeed84de.vsidx ADDED
Binary file (10.1 kB). View file
 
.vs/MyChatGPTTurbo/FileContentIndex/6fd8f934-980e-468d-a8d2-f79ae2e6ab8b.vsidx DELETED
Binary file (9.99 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="zinc"))
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="neutral"))
42
 
43
 
44
  iface.launch()