Update app.py
Browse files
app.py
CHANGED
@@ -44,4 +44,4 @@ iface = Interface(fn=game_flow,
|
|
44 |
outputs=[Textbox(label='Sentence'),
|
45 |
Textbox(label='Words'),
|
46 |
Textbox(label='Result')])
|
47 |
-
iface.launch()
|
|
|
44 |
outputs=[Textbox(label='Sentence'),
|
45 |
Textbox(label='Words'),
|
46 |
Textbox(label='Result')])
|
47 |
+
iface.launch()
|