dmahata commited on
Commit
ae9b881
1 Parent(s): a79ab26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ elif task_type == "Hinglish to English":
82
  model_name_path = "midas/gupshup_" + str(tt) + "_" + str(model_name).lower()
83
 
84
  if src_file == None or os.path.isfile(src_file) == False:
85
- st.write("### source file is empty or invalid")
86
  else:
87
 
88
  result = run_generate(
82
  model_name_path = "midas/gupshup_" + str(tt) + "_" + str(model_name).lower()
83
 
84
  if src_file == None or os.path.isfile(src_file) == False:
85
+ st.write("### source file is empty or invalid. hit the submit button on the left with the default conversation.")
86
  else:
87
 
88
  result = run_generate(