asigalov61 commited on
Commit
2dbbde3
·
verified ·
1 Parent(s): 5015e4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -22,6 +22,10 @@ import TMIDIX
22
 
23
  #==========================================================================================================
24
 
 
 
 
 
25
  def format_table_data(data_string):
26
  # Split the string into rows based on newlines
27
  rows = data_string.strip().split("\n")
 
22
 
23
  #==========================================================================================================
24
 
25
+ HF_TOKEN = os.getenv('HF_TOKEN')
26
+
27
+ #==========================================================================================================
28
+
29
  def format_table_data(data_string):
30
  # Split the string into rows based on newlines
31
  rows = data_string.strip().split("\n")