AlekseyKorshuk commited on
Commit
b9e6a5f
1 Parent(s): 5037bb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -1,4 +1,8 @@
 
 
 
 
 
1
  import streamlit as st
2
 
3
- x = st.slider('Select a value')
4
- st.write(x, 'squared is', x * x)
 
1
+ import json
2
+ import math
3
+ import random
4
+ import os
5
+ import gdown
6
  import streamlit as st
7
 
8
+ st.set_page_config(page_title="HuggingArtists")