CCockrum commited on
Commit
8e9881a
·
verified ·
1 Parent(s): 511b09d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("# 🏎️ 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"):
 
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"):