Gopala Krishna commited on
Commit
8caeffa
·
1 Parent(s): eb5a79a

removed title

Browse files
.vs/MyChatGPTDavinci/FileContentIndex/{f47f41df-f7f3-4465-951d-f8210d06876f.vsidx → 462a45ab-de25-4e52-b5bf-b87cbf6c83fb.vsidx} RENAMED
File without changes
.vs/MyChatGPTDavinci/v17/.wsuo CHANGED
Binary files a/.vs/MyChatGPTDavinci/v17/.wsuo and b/.vs/MyChatGPTDavinci/v17/.wsuo differ
 
.vs/VSWorkspaceState.json CHANGED
@@ -2,6 +2,6 @@
2
  "ExpandedNodes": [
3
  ""
4
  ],
5
- "SelectedNode": "\\requirements.txt",
6
  "PreviewInSolutionExplorer": false
7
  }
 
2
  "ExpandedNodes": [
3
  ""
4
  ],
5
+ "SelectedNode": "\\app.py",
6
  "PreviewInSolutionExplorer": false
7
  }
.vs/slnx.sqlite CHANGED
Binary files a/.vs/slnx.sqlite and b/.vs/slnx.sqlite differ
 
app.py CHANGED
@@ -22,5 +22,5 @@ def chatbot(input):
22
  inputs = gr.inputs.Textbox(lines=7, label="Query")
23
  outputs = gr.outputs.Textbox(label="Response")
24
 
25
- gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="My ChatGPT Davinci",
26
  theme="compact").launch()
 
22
  inputs = gr.inputs.Textbox(lines=7, label="Query")
23
  outputs = gr.outputs.Textbox(label="Response")
24
 
25
+ gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="",
26
  theme="compact").launch()