Yuchan5386 commited on
Commit
f07f074
Β·
verified Β·
1 Parent(s): 591c1e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -201,7 +201,7 @@ def chat_stream(user_input, history_text):
201
  history_text + f"μ‚¬μš©μž: {user_input}\nKeraLux: {partial_text}\n"
202
 
203
  with gr.Blocks() as demo:
204
- gr.Markdown("### πŸ“Ÿ KeLux Textbot with Streaming")
205
 
206
  textbox = gr.Textbox(placeholder="λ©”μ‹œμ§€λ₯Ό μž…λ ₯ν•˜μ„Έμš”", lines=1)
207
  output_area = gr.Textbox(label="λŒ€ν™” 기둝", lines=20, interactive=False)
 
201
  history_text + f"μ‚¬μš©μž: {user_input}\nKeraLux: {partial_text}\n"
202
 
203
  with gr.Blocks() as demo:
204
+ gr.Markdown("### πŸ“Ÿ ColloGPT Textbot with Streaming")
205
 
206
  textbox = gr.Textbox(placeholder="λ©”μ‹œμ§€λ₯Ό μž…λ ₯ν•˜μ„Έμš”", lines=1)
207
  output_area = gr.Textbox(label="λŒ€ν™” 기둝", lines=20, interactive=False)