Spaces:
Sleeping
Sleeping
Update src/main.py
Browse files- src/main.py +1 -0
src/main.py
CHANGED
|
@@ -24,6 +24,7 @@ class GradioChatbotApp:
|
|
| 24 |
#os.makedirs("docs", exist_ok=True)
|
| 25 |
#with open("docs/full_graph.png", "wb") as f:
|
| 26 |
# f.write(graph_img)
|
|
|
|
| 27 |
|
| 28 |
async def process_chat(self, history, user_input):
|
| 29 |
messages = []
|
|
|
|
| 24 |
#os.makedirs("docs", exist_ok=True)
|
| 25 |
#with open("docs/full_graph.png", "wb") as f:
|
| 26 |
# f.write(graph_img)
|
| 27 |
+
pass
|
| 28 |
|
| 29 |
async def process_chat(self, history, user_input):
|
| 30 |
messages = []
|