Snehadeep commited on
Commit
f04f30e
1 Parent(s): 1fa1fe4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -131,7 +131,9 @@ print(nse_fno("BANKNIFTY"),'bank nifty')
131
 
132
  # st.write(result)
133
 
 
134
 
135
-
 
136
 
137
 
 
131
 
132
  # st.write(result)
133
 
134
+ from huggingface_hub import ModelSearchArguments, DatasetSearchArguments
135
 
136
+ model_args = ModelSearchArguments()
137
+ dataset_args = DatasetSearchArguments()
138
 
139