Spaces:
Build error
Build error
Update app.py
Browse files
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
|