Spaces:
Sleeping
Sleeping
fix_docs
Browse files
app.py
CHANGED
@@ -80,11 +80,11 @@ st.session_state.options = [
|
|
80 |
# box is the dropdown box that users use to select their choice of model
|
81 |
box = form.selectbox('Select Pre-trained Model:', st.session_state.options, key=1)
|
82 |
|
83 |
-
|
84 |
-
tweet refers to the text box for users to input their tweets.
|
85 |
-
Has a default value of "\"We've seen in the last few months, unprecedented amounts of Voter Fraud.\" @SenTedCruz True!"
|
86 |
-
|
87 |
-
|
88 |
tweet = form.text_input(label='Enter text to analyze:', value="\"We've seen in the last few months, unprecedented amounts of Voter Fraud.\" @SenTedCruz True!")
|
89 |
|
90 |
# Submit button
|
|
|
80 |
# box is the dropdown box that users use to select their choice of model
|
81 |
box = form.selectbox('Select Pre-trained Model:', st.session_state.options, key=1)
|
82 |
|
83 |
+
|
84 |
+
# tweet refers to the text box for users to input their tweets.
|
85 |
+
# Has a default value of "\"We've seen in the last few months, unprecedented amounts of Voter Fraud.\" @SenTedCruz True!"
|
86 |
+
# (Tweeted by former president Donald Trump)
|
87 |
+
|
88 |
tweet = form.text_input(label='Enter text to analyze:', value="\"We've seen in the last few months, unprecedented amounts of Voter Fraud.\" @SenTedCruz True!")
|
89 |
|
90 |
# Submit button
|