Ath
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ def chat_and_tts(user_input, history):
|
|
63 |
|
64 |
# Create the Gradio UI
|
65 |
with gr.Blocks() as demo:
|
66 |
-
gr.Markdown("<h1 style='text-align: center;'>Chat with
|
67 |
gr.Markdown("Ask any question and get a friendly response from Ath. The response will also be converted to speech.")
|
68 |
|
69 |
with gr.Row():
|
|
|
63 |
|
64 |
# Create the Gradio UI
|
65 |
with gr.Blocks() as demo:
|
66 |
+
gr.Markdown("<h1 style='text-align: center;'>Chat with Athai</h1>")
|
67 |
gr.Markdown("Ask any question and get a friendly response from Ath. The response will also be converted to speech.")
|
68 |
|
69 |
with gr.Row():
|