awacke1 commited on
Commit
bf386ff
1 Parent(s): 7046bf0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +17 -2
app.py CHANGED
@@ -1,5 +1,16 @@
1
  import streamlit as st
2
- st.markdown('''
 
 
 
 
 
 
 
 
 
 
 
3
 
4
  # Midwest Wineries Directory
5
  ## Format: StateCode, StateNumber, IndexNumber, Name, Website, Address, Phone, Email
@@ -387,5 +398,9 @@ NE,12,27,WunderRosa Winery,www.wunderrosawinery.com,2361 Yankee Hill Rd Roca NE
387
  NE,12,28,Dove Landing Vineyard,www.dovelandingvineyard.com,41756 Road 757 Bertrand NE 68927,(308) 472-3223,[email protected]
388
  NE,12,29,Whiskey Run Creek,www.whiskeyruncreek.com,702 Main St Brownville NE 68321,(402) 825-4601,[email protected]
389
  NE,12,30,Capitol View Winery,www.capitolviewwinery.com,2361 Yankee Hill Rd Roca NE 68430,(402) 794-6845,[email protected]
 
 
390
 
391
- ''')
 
 
 
1
  import streamlit as st
2
+
3
+ CarlsLinks = '''
4
+ https://www.facebook.com/groups/366201221256250/
5
+ https://www.linkedin.com/in/graphy-giraffe/
6
+ https://www.facebook.com/groups/366201221256250/posts/1041611283715237/?_rdr
7
+ https://huggingface.co/Cboudreau
8
+ https://www.mngrapes.org/page/MGGABoard
9
+ https://www.exploreminnesota.com/profile/camps-vineyard-boudreau/28658
10
+ https://huggingface.co/Cboudreau/activity/community
11
+ '''
12
+
13
+ VineyardsAndWineries = '''
14
 
15
  # Midwest Wineries Directory
16
  ## Format: StateCode, StateNumber, IndexNumber, Name, Website, Address, Phone, Email
 
398
  NE,12,28,Dove Landing Vineyard,www.dovelandingvineyard.com,41756 Road 757 Bertrand NE 68927,(308) 472-3223,[email protected]
399
  NE,12,29,Whiskey Run Creek,www.whiskeyruncreek.com,702 Main St Brownville NE 68321,(402) 825-4601,[email protected]
400
  NE,12,30,Capitol View Winery,www.capitolviewwinery.com,2361 Yankee Hill Rd Roca NE 68430,(402) 794-6845,[email protected]
401
+ '''
402
+
403
 
404
+ # Make the magic happen!
405
+ st.markdown(CarlsLinks)
406
+ st.markdown(VineyardsAndWineries)