Spaces:
Sleeping
Sleeping
update all again
Browse files
app.py
CHANGED
@@ -135,7 +135,6 @@ if submit1:
|
|
135 |
response=get_gemini_response(question1,prompt1)
|
136 |
response = response.replace('`','')
|
137 |
response = response.replace('python','')
|
138 |
-
print(response)
|
139 |
st.subheader("Statiscal analysis of data")
|
140 |
# st.text(response)
|
141 |
st.set_option('deprecation.showPyplotGlobalUse', False)
|
|
|
135 |
response=get_gemini_response(question1,prompt1)
|
136 |
response = response.replace('`','')
|
137 |
response = response.replace('python','')
|
|
|
138 |
st.subheader("Statiscal analysis of data")
|
139 |
# st.text(response)
|
140 |
st.set_option('deprecation.showPyplotGlobalUse', False)
|