Spaces:
Running
Running
Gopala Krishna
commited on
Commit
·
95ad623
1
Parent(s):
a882137
removed title
Browse files- .vs/MyChatGPTTurbo/v17/.wsuo +0 -0
- .vs/VSWorkspaceState.json +1 -1
- .vs/slnx.sqlite +0 -0
- app.py +1 -1
.vs/MyChatGPTTurbo/v17/.wsuo
CHANGED
Binary files a/.vs/MyChatGPTTurbo/v17/.wsuo and b/.vs/MyChatGPTTurbo/v17/.wsuo differ
|
|
.vs/VSWorkspaceState.json
CHANGED
@@ -2,6 +2,6 @@
|
|
2 |
"ExpandedNodes": [
|
3 |
""
|
4 |
],
|
5 |
-
"SelectedNode": "\\
|
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
@@ -20,6 +20,6 @@ def chatbot(input):
|
|
20 |
inputs = gr.inputs.Textbox(lines=7, label="Query")
|
21 |
outputs = gr.outputs.Textbox(label="Response")
|
22 |
|
23 |
-
gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="
|
24 |
theme="compact").launch()
|
25 |
|
|
|
20 |
inputs = gr.inputs.Textbox(lines=7, label="Query")
|
21 |
outputs = gr.outputs.Textbox(label="Response")
|
22 |
|
23 |
+
gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="",
|
24 |
theme="compact").launch()
|
25 |
|