Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -141,8 +141,8 @@ interface = gr.Interface(
|
|
| 141 |
gr.File(label="ุชุญู
ูู ู
ูู Excel ุงููุงุชุฌ"),
|
| 142 |
gr.File(label="ุชุญู
ูู ู
ูู CSV ุงููุงุชุฌ")
|
| 143 |
],
|
| 144 |
-
title="
|
| 145 |
-
description="
|
| 146 |
)
|
| 147 |
|
| 148 |
if __name__ == "__main__":
|
|
|
|
| 141 |
gr.File(label="ุชุญู
ูู ู
ูู Excel ุงููุงุชุฌ"),
|
| 142 |
gr.File(label="ุชุญู
ูู ู
ูู CSV ุงููุงุชุฌ")
|
| 143 |
],
|
| 144 |
+
title="QR code generator",
|
| 145 |
+
description="for generating QR codes with labels and saving results"
|
| 146 |
)
|
| 147 |
|
| 148 |
if __name__ == "__main__":
|