Spaces:
Sleeping
Sleeping
Commit
·
9eec0a3
1
Parent(s):
b40acb6
Color
Browse files
ui.py
CHANGED
@@ -16,7 +16,7 @@ def build_ui():
|
|
16 |
# Conversation display with embedded JavaScript
|
17 |
output = gr.HTML(
|
18 |
"""
|
19 |
-
<div class='output' style='padding:20px; background:#
|
20 |
<i>Click 'Start Listening' to begin…</i>
|
21 |
</div>
|
22 |
<script>
|
|
|
16 |
# Conversation display with embedded JavaScript
|
17 |
output = gr.HTML(
|
18 |
"""
|
19 |
+
<div class='output' style='padding:20px; background:#000000; border-radius:10px; min-height:300px;'>
|
20 |
<i>Click 'Start Listening' to begin…</i>
|
21 |
</div>
|
22 |
<script>
|