Spaces:
Paused
Paused
Commit
·
ecbf3c7
1
Parent(s):
6dfbea3
Update app.
Browse files
app.py
CHANGED
@@ -286,9 +286,7 @@ def run_model(mode_set, user_input):
|
|
286 |
|
287 |
def main():
|
288 |
|
289 |
-
#
|
290 |
-
#model = build_model(config)
|
291 |
-
st.set_page_config(layout="wide")
|
292 |
st.title("DeepA2 ArgumentAnalyst Demo")
|
293 |
|
294 |
## page details
|
@@ -361,7 +359,7 @@ def main():
|
|
361 |
|
362 |
|
363 |
if submit:
|
364 |
-
with st.spinner("Processing..."):
|
365 |
output = run_model(modes_s,user_input)
|
366 |
|
367 |
# get latest generated reasons, conclusions, argdown
|
|
|
286 |
|
287 |
def main():
|
288 |
|
289 |
+
#st.set_page_config(layout="wide")
|
|
|
|
|
290 |
st.title("DeepA2 ArgumentAnalyst Demo")
|
291 |
|
292 |
## page details
|
|
|
359 |
|
360 |
|
361 |
if submit:
|
362 |
+
with st.spinner("Processing (may take a couple of minutes) ..."):
|
363 |
output = run_model(modes_s,user_input)
|
364 |
|
365 |
# get latest generated reasons, conclusions, argdown
|