Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,8 @@ import requests
|
|
4 |
import json
|
5 |
import os
|
6 |
from duckduckgo_search import ddg
|
|
|
|
|
7 |
|
8 |
|
9 |
def search_duckduckgo(query):
|
@@ -136,7 +138,7 @@ with gr.Blocks() as demo:
|
|
136 |
|
137 |
with gr.Row() as row:
|
138 |
with gr.Column():
|
139 |
-
textboxtopic = gr.Textbox(placeholder="Enter
|
140 |
with gr.Column():
|
141 |
textboxloopcount = gr.Textbox(placeholder="Enter # of loops...", lines=1,label='Loop Count')
|
142 |
with gr.Column():
|
|
|
4 |
import json
|
5 |
import os
|
6 |
from duckduckgo_search import ddg
|
7 |
+
import datetime
|
8 |
+
from datetime import datetime, date, time, timedelta
|
9 |
|
10 |
|
11 |
def search_duckduckgo(query):
|
|
|
138 |
|
139 |
with gr.Row() as row:
|
140 |
with gr.Column():
|
141 |
+
textboxtopic = gr.Textbox(placeholder="Enter Objective/ Goal...", lines=1,label='Objective')
|
142 |
with gr.Column():
|
143 |
textboxloopcount = gr.Textbox(placeholder="Enter # of loops...", lines=1,label='Loop Count')
|
144 |
with gr.Column():
|