ayushrajsh commited on
Commit
5ca1aef
·
verified ·
1 Parent(s): 595c2a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ def get_text():
61
  return input_text
62
 
63
  def get_modelName():
64
- input_model = st.text_input("Model Name for HuggingFace: ", key = "input")
65
  return input_model
66
 
67
  user_input = get_text()
 
61
  return input_text
62
 
63
  def get_modelName():
64
+ input_model = st.text_input("Model Name for HuggingFace: ", key = "input1")
65
  return input_model
66
 
67
  user_input = get_text()