ll7098ll commited on
Commit
8e91b6a
·
verified ·
1 Parent(s): 739fa79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def generate_dnc_plan(objective):
47
  for chunk in response:
48
  full_text += chunk.text
49
  output_area.markdown(full_text, unsafe_allow_html=True)
50
- time.sleep(0.05)
51
  except Exception as e:
52
  st.error(f"에러 발생: {str(e)}")
53
  return ""
 
47
  for chunk in response:
48
  full_text += chunk.text
49
  output_area.markdown(full_text, unsafe_allow_html=True)
50
+ time.sleep(0.1)
51
  except Exception as e:
52
  st.error(f"에러 발생: {str(e)}")
53
  return ""