Spaces:
Sleeping
Sleeping
RohitMidha23
commited on
Commit
·
d5436c7
1
Parent(s):
4a19d8a
remove old tag
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def main():
|
|
16 |
title="Talk to your Data!",
|
17 |
description=description,
|
18 |
allow_flagging='never')
|
19 |
-
iface.launch(
|
20 |
|
21 |
|
22 |
if __name__ == "__main__":
|
|
|
16 |
title="Talk to your Data!",
|
17 |
description=description,
|
18 |
allow_flagging='never')
|
19 |
+
iface.launch()
|
20 |
|
21 |
|
22 |
if __name__ == "__main__":
|