Spaces:
Sleeping
Sleeping
naofunyannn
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -133,6 +133,7 @@ chatbot = gr.Chatbot(height=600)
|
|
133 |
|
134 |
with gr.Blocks(theme="soft", css=CSS) as demo:
|
135 |
gr.Markdown(TITLE)
|
|
|
136 |
with gr.Row():
|
137 |
with gr.Column(scale=4):
|
138 |
source_text = gr.Textbox(
|
|
|
133 |
|
134 |
with gr.Blocks(theme="soft", css=CSS) as demo:
|
135 |
gr.Markdown(TITLE)
|
136 |
+
gr.Markdown(DESCRIPTION)
|
137 |
with gr.Row():
|
138 |
with gr.Column(scale=4):
|
139 |
source_text = gr.Textbox(
|