naofunyannn commited on
Commit
f2f2fc3
·
verified ·
1 Parent(s): c90641b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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(