Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ def chatbot(input):
|
|
19 |
inputs = gr.Textbox(lines=7, label="Query")
|
20 |
outputs = gr.Textbox(label="Response")
|
21 |
|
22 |
-
gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="
|
23 |
theme="compact").launch(share=True)
|
24 |
|
25 |
|
|
|
19 |
inputs = gr.Textbox(lines=7, label="Query")
|
20 |
outputs = gr.Textbox(label="Response")
|
21 |
|
22 |
+
gr.Interface(fn=chatbot, inputs=inputs, outputs=outputs, title="Legal Prodigy",
|
23 |
theme="compact").launch(share=True)
|
24 |
|
25 |
|