cmulgy commited on
Commit
164b6d2
1 Parent(s): 81a88d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -2,7 +2,6 @@ import gradio as gr
2
  import time
3
  from arxiv_agent import *
4
  agent = ArxivAgent()
5
-
6
  def set_profile(name):
7
  # Simulate setting the profile based on the name
8
  # Replace with actual logic to fetch and set profile
 
2
  import time
3
  from arxiv_agent import *
4
  agent = ArxivAgent()
 
5
  def set_profile(name):
6
  # Simulate setting the profile based on the name
7
  # Replace with actual logic to fetch and set profile