Update app.py
Browse files
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.
|
| 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 ""
|