Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,6 @@ def create_interface(generator_fn, sample_json, title, description):
|
|
24 |
show_download_button=True
|
25 |
),
|
26 |
title=title,
|
27 |
-
description=description
|
28 |
)
|
29 |
|
30 |
if __name__ == "__main__":
|
|
|
24 |
show_download_button=True
|
25 |
),
|
26 |
title=title,
|
|
|
27 |
)
|
28 |
|
29 |
if __name__ == "__main__":
|