richardorama
commited on
Commit
β’
0b5bcd1
1
Parent(s):
f54fc6b
Update app.py
Browse files
app.py
CHANGED
@@ -43,8 +43,8 @@ if CHAT:
|
|
43 |
# Call your Summarize function here
|
44 |
chat(CHAT) # Directly pass the your
|
45 |
else:
|
46 |
-
st.sidebar.button('
|
47 |
-
st.warning('π Please enter
|
48 |
|
49 |
|
50 |
################ STATEMENT SUMMARIZATION #################
|
|
|
43 |
# Call your Summarize function here
|
44 |
chat(CHAT) # Directly pass the your
|
45 |
else:
|
46 |
+
st.sidebar.button('Chat Statement', disabled=True)
|
47 |
+
st.warning('π Please enter Chat!')
|
48 |
|
49 |
|
50 |
################ STATEMENT SUMMARIZATION #################
|