ajitrajasekharan
commited on
Commit
•
fde541a
1
Parent(s):
d57b0b0
Update app.py
Browse files
app.py
CHANGED
@@ -139,11 +139,12 @@ try:
|
|
139 |
#else:
|
140 |
# if len(option) > 0:
|
141 |
# run_test(option,top_k,model_name)
|
|
|
|
|
142 |
if (bert_tokenizer is None):
|
143 |
bert_tokenizer, bert_model = load_bert_model(model_name)
|
144 |
|
145 |
-
|
146 |
-
display_container.write("ajits test")
|
147 |
|
148 |
|
149 |
except Exception as e:
|
|
|
139 |
#else:
|
140 |
# if len(option) > 0:
|
141 |
# run_test(option,top_k,model_name)
|
142 |
+
display_container = st.container()
|
143 |
+
display_container.write("ajits test")
|
144 |
if (bert_tokenizer is None):
|
145 |
bert_tokenizer, bert_model = load_bert_model(model_name)
|
146 |
|
147 |
+
|
|
|
148 |
|
149 |
|
150 |
except Exception as e:
|