Spaces:
Sleeping
Sleeping
john
commited on
Commit
•
2d5948c
1
Parent(s):
837474e
Update app.py
Browse files
app.py
CHANGED
@@ -59,8 +59,8 @@ with gr.Blocks(theme=theme) as demo:
|
|
59 |
gr.HTML("Thanks for checking out this app!")
|
60 |
gr.Button("Answer").click(
|
61 |
fn=bot,
|
62 |
-
inputs=gr.Textbox()
|
63 |
-
outputs=gr.Textbox()
|
64 |
)
|
65 |
demo.queue()
|
66 |
demo.launch(debug=True)
|
|
|
59 |
gr.HTML("Thanks for checking out this app!")
|
60 |
gr.Button("Answer").click(
|
61 |
fn=bot,
|
62 |
+
inputs=gr.Textbox(),
|
63 |
+
outputs=gr.Textbox(),
|
64 |
)
|
65 |
demo.queue()
|
66 |
demo.launch(debug=True)
|