Skip to content

Commit

Permalink
Know-Genius
Browse files Browse the repository at this point in the history
  • Loading branch information
Arko-Sengupta committed Sep 23, 2024
1 parent 08e6e6c commit a499c6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion App.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import logging
import os
import logging
import requests
import streamlit as st
from dotenv import load_dotenv
Expand Down
2 changes: 1 addition & 1 deletion Chatbot_API.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import sys
import os
import sys
import logging
from flask import Blueprint, Flask, jsonify, request
from backend.src.SemanticAnalyzer import SemanticAnalyzer
Expand Down

0 comments on commit a499c6e

Please sign in to comment.