Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,8 @@ def main_interface(analysis_type, symbols, interval):
|
|
93 |
with gr.Blocks() as iface:
|
94 |
gr.Markdown("# VuManchu Trading Signals Analysis")
|
95 |
gr.Markdown("Perform technical analysis on cryptocurrencies or stocks using the VuManchu swing trading strategy and SuperTrend indicators. Select the analysis type, input desired symbols or use the defaults, choose the time interval, and view or download the generated trading signals. The sample shows the 15 most recent entries.")
|
96 |
-
|
|
|
97 |
with gr.Row():
|
98 |
analysis_type = gr.Radio(["Cryptocurrency", "Asset"], label="Select Analysis Type")
|
99 |
symbols = gr.Textbox(label="Enter symbols (comma-separated) or leave blank for default", placeholder="e.g., BTC,ETH,ADA or AAPL,MSFT,GOOGL")
|
|
|
93 |
with gr.Blocks() as iface:
|
94 |
gr.Markdown("# VuManchu Trading Signals Analysis")
|
95 |
gr.Markdown("Perform technical analysis on cryptocurrencies or stocks using the VuManchu swing trading strategy and SuperTrend indicators. Select the analysis type, input desired symbols or use the defaults, choose the time interval, and view or download the generated trading signals. The sample shows the 15 most recent entries.")
|
96 |
+
gr.Markdown("Research Project & Not Financial Advice")
|
97 |
+
|
98 |
with gr.Row():
|
99 |
analysis_type = gr.Radio(["Cryptocurrency", "Asset"], label="Select Analysis Type")
|
100 |
symbols = gr.Textbox(label="Enter symbols (comma-separated) or leave blank for default", placeholder="e.g., BTC,ETH,ADA or AAPL,MSFT,GOOGL")
|