Spaces:
Running
Running
phyloforfun
commited on
Commit
·
cda274f
1
Parent(s):
c11017d
update api prices, openai dev day
Browse files
app.py
CHANGED
@@ -1302,6 +1302,7 @@ def sidebar_content():
|
|
1302 |
except:
|
1303 |
st.header('Expense Report Summary')
|
1304 |
st.write('Available after first run...')
|
|
|
1305 |
|
1306 |
def main():
|
1307 |
with st.sidebar:
|
|
|
1302 |
except:
|
1303 |
st.header('Expense Report Summary')
|
1304 |
st.write('Available after first run...')
|
1305 |
+
st.write('Google PaLM 2 is not tracked since it is currently free.')
|
1306 |
|
1307 |
def main():
|
1308 |
with st.sidebar:
|