Spaces:
Runtime error
Runtime error
Commit
·
f8b6044
1
Parent(s):
272ec4b
Update app.py
Browse filestweak UI to remove some unnecessary things
app.py
CHANGED
@@ -639,11 +639,11 @@ with gr.Blocks(css=CSS) as block:
|
|
639 |
with gr.Row():
|
640 |
with gr.Column():
|
641 |
gr.HTML(
|
642 |
-
"""<b><center>
|
643 |
-
<p><center>
|
644 |
|
645 |
-
openai_api_key_textbox = gr.Textbox(placeholder="Paste your OpenAI API key (sk-...)",
|
646 |
-
|
647 |
with gr.Row():
|
648 |
with gr.Column(scale=1, min_width=TALKING_HEAD_WIDTH, visible=True):
|
649 |
speak_text_cb = gr.Checkbox(label="Enable speech", value=True)
|
|
|
639 |
with gr.Row():
|
640 |
with gr.Column():
|
641 |
gr.HTML(
|
642 |
+
"""<b><center>Personalized + Multi-lingual + Empathetic + Agent: Human Care Humana.</center></b>
|
643 |
+
<p><center>In <b>Translate to</b>: Choose <b>Language level</b> (e.g. for conversation practice or explain like I'm five)</center></p>""")
|
644 |
|
645 |
+
# openai_api_key_textbox = gr.Textbox(placeholder="Paste your OpenAI API key (sk-...)",
|
646 |
+
# show_label=False, lines=1, type='password')
|
647 |
with gr.Row():
|
648 |
with gr.Column(scale=1, min_width=TALKING_HEAD_WIDTH, visible=True):
|
649 |
speak_text_cb = gr.Checkbox(label="Enable speech", value=True)
|