Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,8 +15,8 @@ options = ['Option 1', 'Option 2']
|
|
15 |
selected_option = st.selectbox("Select an option", options)
|
16 |
|
17 |
# Define URLs for different options
|
18 |
-
url_option1 = "https://raw.githubusercontent.com/peteciank/
|
19 |
-
url_option2 = "https://raw.githubusercontent.com/peteciank/
|
20 |
|
21 |
# Function to fetch text content based on selected option
|
22 |
def fetch_text_content(selected_option):
|
|
|
15 |
selected_option = st.selectbox("Select an option", options)
|
16 |
|
17 |
# Define URLs for different options
|
18 |
+
url_option1 = "https://raw.githubusercontent.com/peteciank/public_files/main/jd_sm.txt"
|
19 |
+
url_option2 = "https://raw.githubusercontent.com/peteciank/public_files/main/jd_controller.txt"
|
20 |
|
21 |
# Function to fetch text content based on selected option
|
22 |
def fetch_text_content(selected_option):
|