Spaces:
Runtime error
Runtime error
acecalisto3
commited on
Commit
•
e1fd18f
1
Parent(s):
34900c1
Update app.py
Browse files
app.py
CHANGED
@@ -147,11 +147,6 @@ def chat_interface(message, history, system_message, max_tokens, temperature, to
|
|
147 |
history.append((message, response))
|
148 |
return history, response
|
149 |
|
150 |
-
app.py
|
151 |
-
|
152 |
-
import gradio as gr
|
153 |
-
from agent import start_scraping, display_csv, generate_rss_feed, chat_interface
|
154 |
-
|
155 |
# Create Gradio interface
|
156 |
def create_interface():
|
157 |
with gr.Blocks() as demo:
|
|
|
147 |
history.append((message, response))
|
148 |
return history, response
|
149 |
|
|
|
|
|
|
|
|
|
|
|
150 |
# Create Gradio interface
|
151 |
def create_interface():
|
152 |
with gr.Blocks() as demo:
|