Update app.py
Browse files
app.py
CHANGED
@@ -207,7 +207,7 @@ def predict_telemetry(lap_number, speed, throttle, tire_temp, engine_temp):
|
|
207 |
|
208 |
# Create Gradio interface
|
209 |
with gr.Blocks(title="F1 Telemetry Data Analyzer", theme=gr.themes.Soft()) as demo:
|
210 |
-
gr.Markdown("#
|
211 |
gr.Markdown("Advanced AI-powered analysis of Formula 1 telemetry data with anomaly detection and predictive modeling.")
|
212 |
|
213 |
with gr.Tab("Data Analysis"):
|
|
|
207 |
|
208 |
# Create Gradio interface
|
209 |
with gr.Blocks(title="F1 Telemetry Data Analyzer", theme=gr.themes.Soft()) as demo:
|
210 |
+
gr.Markdown("# F1 Telemetry Data Analyzer")
|
211 |
gr.Markdown("Advanced AI-powered analysis of Formula 1 telemetry data with anomaly detection and predictive modeling.")
|
212 |
|
213 |
with gr.Tab("Data Analysis"):
|