changed hexamind.com in hexamind.ai
Browse files
app.py
CHANGED
@@ -148,7 +148,7 @@ def show():
|
|
148 |
df_path, df_col = run_episode(env, model, lat_tg, lon_tg, rho_init=rho, theta_init=theta, zed=zed)
|
149 |
st.sidebar.write(
|
150 |
'If you like to play, you will probably find some starting points where the parachute is out of control :) '
|
151 |
-
'No worries, we have plenty more efficient models at www.hexamind.
|
152 |
|
153 |
df_target = pd.DataFrame({'lat': [lat_tg], 'lon': [lon_tg]})
|
154 |
deck_map = st.empty()
|
|
|
148 |
df_path, df_col = run_episode(env, model, lat_tg, lon_tg, rho_init=rho, theta_init=theta, zed=zed)
|
149 |
st.sidebar.write(
|
150 |
'If you like to play, you will probably find some starting points where the parachute is out of control :) '
|
151 |
+
'No worries, we have plenty more efficient models at www.hexamind.ai ')
|
152 |
|
153 |
df_target = pd.DataFrame({'lat': [lat_tg], 'lon': [lon_tg]})
|
154 |
deck_map = st.empty()
|