Gopala Krishna commited on
Commit
b9500f9
·
1 Parent(s): 2affada
.vs/MyChatGPTTurbo/FileContentIndex/fd2a723f-ad3c-4ebb-9d59-ac29439b8f2b.vsidx ADDED
Binary file (9.7 kB). View file
 
app.py CHANGED
@@ -32,5 +32,4 @@ 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
- ).launch()
 
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")).launch()