Gopala Krishna commited on
Commit
692e150
·
1 Parent(s): 71a79e9
.vs/MyChatGPTTurbo/FileContentIndex/5e38009f-aae5-403f-b884-25fe972dd634.vsidx DELETED
Binary file (447 Bytes)
 
.vs/MyChatGPTTurbo/FileContentIndex/ab91987c-a512-4d01-b8b5-27fcada31777.vsidx ADDED
Binary file (480 Bytes). View file
 
.vs/MyChatGPTTurbo/v17/.wsuo CHANGED
Binary files a/.vs/MyChatGPTTurbo/v17/.wsuo and b/.vs/MyChatGPTTurbo/v17/.wsuo differ
 
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="sky"))
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="blue"))
42
 
43
 
44
  iface.launch()