ldhldh commited on
Commit
653a953
·
1 Parent(s): a0552a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -43,9 +43,9 @@ def mbti(x):
43
  return r
44
 
45
  def chat(x):
46
- x = f"***긍정적이고 공감하며 길게 대답해줘*** {x}"
47
  x = x.replace('friend','Human').replace('you','Assistant')
48
- print(f"{x}")
49
  result = gradio_client.predict(
50
  x,
51
  # str representing input in 'User input' Textbox component
 
43
  return r
44
 
45
  def chat(x):
46
+ x = f"{x}"
47
  x = x.replace('friend','Human').replace('you','Assistant')
48
+ print("\n" + f"{x}")
49
  result = gradio_client.predict(
50
  x,
51
  # str representing input in 'User input' Textbox component