Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ with gr.Blocks(gr.themes.Glass()) as demo:
|
|
109 |
|
110 |
with gr.Tab("Write to Sonia"):
|
111 |
with gr.Row():
|
112 |
-
user_input = gr.
|
113 |
output_audio = gr.Audio(label="Sonia's Response", scale=1, type="filepath", interactive=False, autoplay=True, elem_classes="audio",)
|
114 |
with gr.Row():
|
115 |
translate_btn = gr.Button("Submit", scale=1)
|
|
|
109 |
|
110 |
with gr.Tab("Write to Sonia"):
|
111 |
with gr.Row():
|
112 |
+
user_input = gr.TextArea(label="Your Question", scale=1, show_copy_button=True, value="What are the key considerations for implementing an expansion plan that would affect a large number of employees of a global biomedical company, My position is logistics global Manager professional in inventory management and supply chain within a biotech industry, particularly in cell therapy. The key responsibilities include managing end-to-end logistics and lab implementation over a dispersed geographical area. generate new programs, develop MRP processes, collaborate with various departments, and ensure compliance with GMP standards. I have several years of practical experience, strong analytical skills, and the ability to work collaboratively in a dynamic environment. Bonus qualifications include experience with cold chain logistics and autologous cell therapy.")
|
113 |
output_audio = gr.Audio(label="Sonia's Response", scale=1, type="filepath", interactive=False, autoplay=True, elem_classes="audio",)
|
114 |
with gr.Row():
|
115 |
translate_btn = gr.Button("Submit", scale=1)
|