Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
from fastapi import FastAPI
|
4 |
from pydantic import BaseModel
|
5 |
from qabot import llm_chain
|
6 |
-
|
7 |
app = FastAPI()
|
8 |
|
9 |
class Query(BaseModel):
|
|
|
3 |
from fastapi import FastAPI
|
4 |
from pydantic import BaseModel
|
5 |
from qabot import llm_chain
|
6 |
+
#cheese
|
7 |
app = FastAPI()
|
8 |
|
9 |
class Query(BaseModel):
|