Inni-23 commited on
Commit
db08d9f
·
1 Parent(s): 4723033

final_changes

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ interface = gr.Interface(
48
  fn=predict_speed_power,
49
  inputs=["text", "text", "text"], # Year, Proton Density, Temperature
50
  outputs="json",
51
- title="ReconXploration - AI Analysis"
52
  )
53
 
54
  # Launch the interface
 
48
  fn=predict_speed_power,
49
  inputs=["text", "text", "text"], # Year, Proton Density, Temperature
50
  outputs="json",
51
+ title="ReconXploration AI"
52
  )
53
 
54
  # Launch the interface