Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -14,5 +14,5 @@ iface =gr.Interface(
|
|
14 |
"The food was great, but the service was terrible."]
|
15 |
|
16 |
)
|
17 |
-
|
18 |
iface.launch(inline= False,auth=('user','password'),auth_message="check login details sent to you email")
|
|
|
14 |
"The food was great, but the service was terrible."]
|
15 |
|
16 |
)
|
17 |
+
|
18 |
iface.launch(inline= False,auth=('user','password'),auth_message="check login details sent to you email")
|