rehanafzal commited on
Commit
8186fbb
·
verified ·
1 Parent(s): 5ba3d08

Update app_backend.py

Browse files
Files changed (1) hide show
  1. app_backend.py +1 -1
app_backend.py CHANGED
@@ -192,7 +192,7 @@
192
 
193
 
194
  import random
195
-
196
  def fetch_data():
197
  # Simulating fetching data from a database or API
198
  data = {
 
192
 
193
 
194
  import random
195
+ import pandas as pd
196
  def fetch_data():
197
  # Simulating fetching data from a database or API
198
  data = {