Gopala Krishna commited on
Commit
f4cad84
·
1 Parent(s): 46cf8d4
.vs/MyChatGPTTurbo/FileContentIndex/49369906-8cff-47ed-88e7-142cdd7b7094.vsidx ADDED
Binary file (9.91 kB). View file
 
app.py CHANGED
@@ -32,6 +32,6 @@ iface = gr.Interface(
32
  fn=chatbot,
33
  inputs=gr.inputs.Textbox(lines=7, label="Query"),
34
  outputs=gr.outputs.Textbox(label="Response"),
35
- theme=gr.themes.Default(primary_hue="sky"))
36
 
37
  iface.launch()
 
32
  fn=chatbot,
33
  inputs=gr.inputs.Textbox(lines=7, label="Query"),
34
  outputs=gr.outputs.Textbox(label="Response"),
35
+ theme="compact")
36
 
37
  iface.launch()