Spaces:
Runtime error
Runtime error
update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ if submit:
|
|
43 |
text=alt_text
|
44 |
st.success(f"input text is set to '{text}'")
|
45 |
else:
|
46 |
-
st.success('
|
47 |
|
48 |
#import the model
|
49 |
pipe=pipeline(model=selected_model)
|
|
|
43 |
text=alt_text
|
44 |
st.success(f"input text is set to '{text}'")
|
45 |
else:
|
46 |
+
st.success('Hey, tweet received',icon='ππΌ')
|
47 |
|
48 |
#import the model
|
49 |
pipe=pipeline(model=selected_model)
|