Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -116,8 +116,8 @@ audio {
|
|
116 |
# Gradio UI
|
117 |
with gr.Blocks(css=custom_css) as demo:
|
118 |
gr.Markdown(
|
119 |
-
"<h1>🧠
|
120 |
-
"<p>
|
121 |
)
|
122 |
|
123 |
with gr.Column():
|
|
|
116 |
# Gradio UI
|
117 |
with gr.Blocks(css=custom_css) as demo:
|
118 |
gr.Markdown(
|
119 |
+
"<h1>🧠 hey!Put your queries here</h1>"
|
120 |
+
"<p>question?!</p>"
|
121 |
)
|
122 |
|
123 |
with gr.Column():
|