Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,7 +22,7 @@ with con20:
|
|
| 22 |
price_to = st.number_input('*_Price_from_*', min_value=float(1), max_value=float(10000), value=float(200), step=float(5),key=2)
|
| 23 |
|
| 24 |
def create_link(url:str) -> str:
|
| 25 |
-
return f'
|
| 26 |
|
| 27 |
if st.button('*_SUBMIT_*'):
|
| 28 |
# Create a query with the required columns and conditions
|
|
|
|
| 22 |
price_to = st.number_input('*_Price_from_*', min_value=float(1), max_value=float(10000), value=float(200), step=float(5),key=2)
|
| 23 |
|
| 24 |
def create_link(url:str) -> str:
|
| 25 |
+
return f'<a href="http://in.tradingview.com/chart/?symbol=NSE:{url}?">{url}🔗</a>'
|
| 26 |
|
| 27 |
if st.button('*_SUBMIT_*'):
|
| 28 |
# Create a query with the required columns and conditions
|