Spaces:
Sleeping
Sleeping
removing element id
Browse files
app.py
CHANGED
@@ -14,6 +14,6 @@ if __name__ == "__main__":
|
|
14 |
gr.Textbox(label="Insert a question..", lines=2),
|
15 |
gr.Button(value="Submit")
|
16 |
]),
|
17 |
-
outputs=
|
18 |
)
|
19 |
interface.launch()
|
|
|
14 |
gr.Textbox(label="Insert a question..", lines=2),
|
15 |
gr.Button(value="Submit")
|
16 |
]),
|
17 |
+
outputs="text"
|
18 |
)
|
19 |
interface.launch()
|