Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -3,9 +3,9 @@ import gradio as gr
|
|
3 |
with gr.Blocks() as block:
|
4 |
gr.HTML(
|
5 |
f"""
|
6 |
-
<h1 style='text-align: center;'>
|
7 |
<h3 style='text-align: center;'> Ask a question and receive wisdom </h3>
|
8 |
-
<p style='text-align: center;'> Powered by
|
9 |
"""
|
10 |
)
|
11 |
with gr.Group():
|
|
|
3 |
with gr.Blocks() as block:
|
4 |
gr.HTML(
|
5 |
f"""
|
6 |
+
<h1 style='text-align: center;'> Hey Annie</h1>
|
7 |
<h3 style='text-align: center;'> Ask a question and receive wisdom </h3>
|
8 |
+
<p style='text-align: center;'> Powered by Radar Interactive </a>
|
9 |
"""
|
10 |
)
|
11 |
with gr.Group():
|