mayf commited on
Commit
7c97534
·
verified ·
1 Parent(s): 2413776

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -121,6 +121,6 @@ def main():
121
  st.subheader("Generated Reply")
122
  st.write(reply)
123
 
124
- if __name__ == '__main__':
125
- main() '__main__':
126
 
 
 
 
121
  st.subheader("Generated Reply")
122
  st.write(reply)
123
 
 
 
124
 
125
+ if __name__ == '__main__':
126
+ main()