Ahmad-Moiz commited on
Commit
bdbf35c
1 Parent(s): 5550235

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ def load_docs(files: List) -> str:
71
  st.warning('Please provide txt or pdf.', icon="⚠")
72
  return all_text
73
 
74
-
75
  @st.cache_data
76
  def generate_eval(text: str, num_questions: int, chunk: int):
77
  """
 
71
  st.warning('Please provide txt or pdf.', icon="⚠")
72
  return all_text
73
 
74
+ #skaks
75
  @st.cache_data
76
  def generate_eval(text: str, num_questions: int, chunk: int):
77
  """