unpairedelectron07 commited on
Commit
bdd97cf
1 Parent(s): ca6659e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -80,6 +80,7 @@ def main():
80
  """
81
  llm_result = llm.generate_content(context)
82
  prompt = llm_result.text
 
83
 
84
  if text_area and time_slider:
85
  st.json(
 
80
  """
81
  llm_result = llm.generate_content(context)
82
  prompt = llm_result.text
83
+ print("")
84
 
85
  if text_area and time_slider:
86
  st.json(