Gopala Krishna commited on
Commit
e948b32
·
1 Parent(s): 46c4ae5
.vs/MyChatGPTTurbo/FileContentIndex/3780e89e-8f78-4da2-bfe5-bc85f03b676a.vsidx DELETED
Binary file (9.9 kB)
 
.vs/MyChatGPTTurbo/FileContentIndex/a7fe697b-96a3-42b4-af28-8c08e977af7d.vsidx ADDED
Binary file (9.88 kB). View file
 
app.py CHANGED
@@ -38,9 +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="sky"))
42
 
43
 
44
  iface.launch()
45
-
46
-
 
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()