Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -732,12 +732,12 @@ with gr.Blocks(css=css_code) as demo:
|
|
732 |
with gr.Group():
|
733 |
with gr.Row(variant="compact", height="10px"):
|
734 |
chatbot = gr.Chatbot(label="Conversation", type="messages", visible=False, render=False)
|
735 |
-
with gr.Row(
|
736 |
-
with gr.Column(
|
737 |
-
with gr.Row(
|
738 |
set_key_button = gr.Button("Ask ZZK", variant="primary")
|
739 |
-
with gr.Column(
|
740 |
-
with gr.Row(
|
741 |
audio = WebRTC(modality="audio", mode="send-receive",
|
742 |
label="Audio Stream",
|
743 |
rtc_configuration=rtc_configuration)
|
|
|
732 |
with gr.Group():
|
733 |
with gr.Row(variant="compact", height="10px"):
|
734 |
chatbot = gr.Chatbot(label="Conversation", type="messages", visible=False, render=False)
|
735 |
+
with gr.Row():
|
736 |
+
with gr.Column():
|
737 |
+
with gr.Row():
|
738 |
set_key_button = gr.Button("Ask ZZK", variant="primary")
|
739 |
+
with gr.Column():
|
740 |
+
with gr.Row():
|
741 |
audio = WebRTC(modality="audio", mode="send-receive",
|
742 |
label="Audio Stream",
|
743 |
rtc_configuration=rtc_configuration)
|