dx2102 commited on
Commit
184f08d
·
verified ·
1 Parent(s): aa2501e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ def postprocess(txt, path):
93
 
94
  with gr.Blocks() as demo:
95
  chatbot_box = gr.Chatbot(type="messages", render_markdown=False, sanitize_html=False)
96
- prefix_box = gr.TextArea(value="Twinkle Twinkle Little Star (Minor Key Version)", label="Score title / text prefix")
97
  with gr.Row():
98
  submit_btn = gr.Button("Generate")
99
  clear_btn = gr.Button("Clear history")
 
93
 
94
  with gr.Blocks() as demo:
95
  chatbot_box = gr.Chatbot(type="messages", render_markdown=False, sanitize_html=False)
96
+ prefix_box = gr.TextArea(value="Twinkle Twinkle Little Star", label="Score title / text prefix")
97
  with gr.Row():
98
  submit_btn = gr.Button("Generate")
99
  clear_btn = gr.Button("Clear history")