cdleong commited on
Commit
410f826
1 Parent(s): 1526a67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ if __name__ == "__main__":
104
  "transliteration":transliteration,
105
  }
106
 
107
- st.success(output)
108
 
109
 
110
 
 
104
  "transliteration":transliteration,
105
  }
106
 
107
+ st.write(output)
108
 
109
 
110