Spaces:
Sleeping
Sleeping
shamimjony1000
commited on
Commit
•
e7fbb1b
1
Parent(s):
fdb5ecc
Update ui.py
Browse files
ui.py
CHANGED
@@ -83,7 +83,7 @@ def create_ui():
|
|
83 |
gr.update(interactive=True) # reason
|
84 |
)
|
85 |
|
86 |
-
confirmation_text = f"Sir please ensure before submit project number: {project_number}, project name: {project_name}, amount: {amount} riyals, reason for request: {reason} are ok"
|
87 |
audio_path, error = play_text(confirmation_text)
|
88 |
|
89 |
if error:
|
|
|
83 |
gr.update(interactive=True) # reason
|
84 |
)
|
85 |
|
86 |
+
confirmation_text = f"Sir please ensure before submit project number: {project_number}, project name: {project_name}, amount: {amount} riyals, reason for request: {reason}. are you ok"
|
87 |
audio_path, error = play_text(confirmation_text)
|
88 |
|
89 |
if error:
|