gauravlochab commited on
Commit
b09bd9c
·
1 Parent(s): 89d2387

checking migration to modius dashboard

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -874,7 +874,7 @@ def create_combined_time_series_graph(df):
874
  except Exception as e:
875
  # If the complex graph approach fails, create a simpler one
876
  logger.error(f"Error creating advanced graph: {e}")
877
- logger.info("Falling back to simpler graph")
878
 
879
  # Create a simpler graph as fallback
880
  simple_fig = go.Figure()
 
874
  except Exception as e:
875
  # If the complex graph approach fails, create a simpler one
876
  logger.error(f"Error creating advanced graph: {e}")
877
+ logger.info("Falling back to Simpler graph")
878
 
879
  # Create a simpler graph as fallback
880
  simple_fig = go.Figure()