Saiyaswanth007 commited on
Commit
9eec0a3
·
1 Parent(s): b40acb6
Files changed (1) hide show
  1. ui.py +1 -1
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:#f8f9fa; border-radius:10px; min-height:300px;'>
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>