Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added chat history in streamlit frontend #60

Conversation

error9098x
Copy link
Collaborator

No description provided.

@@ -98,8 +98,8 @@ def submit_feedback_to_google_sheet(
'https://www.googleapis.com/auth/drive',
]

creds = Credentials.from_service_account_file(service_account_file, scopes=scope) # type: ignore
client = gspread.authorize(creds) # type: ignore
creds = Credentials.from_service_account_file(service_account_file, scopes=scope)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You probably need these ignores to pass checks

@luarss luarss added the priority Priority item label Sep 5, 2024
@luarss luarss closed this Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority Priority item
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants