Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Arman Khalatyan
okd-panel
Commits
6d94bc43
Commit
6d94bc43
authored
Jul 20, 2020
by
Arman Khalatyan
Browse files
Update app.py
parent
fb67c7d4
Pipeline
#1191
passed with stages
in 4 minutes and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
webapp/app.py
View file @
6d94bc43
import
streamlit
as
st
import
pandas
as
pd
st
.
write
(
"""
# My first app
Hello *world!*
"""
)
import
numpy
as
np
import
matplotlib.pyplot
as
plt
import
pyvo
as
vo
...
...
@@ -131,7 +127,7 @@ def plot_figure_plotly(df,xname,yname):
## Main rendering part
st
.
title
(
'The interactive maps'
)
st
.
title
(
'T
esting t
he interactive maps'
)
st
.
write
(
'## selected stars parameters'
)
N
=
st
.
slider
(
"Pick a number"
,
1000
,
100000
,
10000
,
10000
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment