junefisher commited on
Commit
03ea96e
·
1 Parent(s): 942784e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  # 导入pyperclip模块,以及你之前的代码
2
  import pyperclip
3
  import streamlit as st
 
4
 
5
  with open("chengyu.txt", "r", encoding="utf-8") as f:
6
  chengyu_list = f.read().splitlines()
 
1
  # 导入pyperclip模块,以及你之前的代码
2
  import pyperclip
3
  import streamlit as st
4
+ import random
5
 
6
  with open("chengyu.txt", "r", encoding="utf-8") as f:
7
  chengyu_list = f.read().splitlines()