Spaces:
Build error
Build error
Commit
·
55501e5
1
Parent(s):
e9fa3fd
app
Browse files
app.py
CHANGED
|
@@ -37,8 +37,8 @@ demo = gr.Interface(
|
|
| 37 |
fn = data_description,
|
| 38 |
inputs = inputs,
|
| 39 |
outputs = outputs,
|
| 40 |
-
title="Data Description",
|
| 41 |
-
allow_flagging=False
|
| 42 |
)
|
| 43 |
|
| 44 |
if __name__ == "__main__":
|
|
|
|
| 37 |
fn = data_description,
|
| 38 |
inputs = inputs,
|
| 39 |
outputs = outputs,
|
| 40 |
+
title="Employee-Experience: Data Description",
|
| 41 |
+
allow_flagging=False
|
| 42 |
)
|
| 43 |
|
| 44 |
if __name__ == "__main__":
|