ldhldh commited on
Commit
b30a539
1 Parent(s): 8089a36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -77,9 +77,9 @@ def clear_data():
77
 
78
  with gr.Blocks() as demo:
79
  count = 0
80
- def echo(text, request: gr.Request):
81
- return chat_history
82
- io = gr.Interface(echo, "textbox", "textbox")
83
  aa = gr.Interface(
84
  fn=chat,
85
  inputs=["text", "text", "text"],
 
77
 
78
  with gr.Blocks() as demo:
79
  count = 0
80
+ gr.Markdown(
81
+ f"{chat_history}"
82
+ )
83
  aa = gr.Interface(
84
  fn=chat,
85
  inputs=["text", "text", "text"],