Skip to content

Commit

Permalink
Added modification comment
Browse files Browse the repository at this point in the history
  • Loading branch information
anubrag committed Dec 30, 2023
1 parent 6026417 commit baae5dc
Show file tree
Hide file tree
Showing 1,195 changed files with 3,583 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ai-notebooks/agent_cli.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

# import environment variables
from dotenv import load_dotenv

Expand Down
3 changes: 3 additions & 0 deletions ai-notebooks/autoscrum/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

"""This module implements the AutoScrum CLI tool."""

__version__ = "0.3.0"
Expand Down
3 changes: 3 additions & 0 deletions ai-notebooks/autoscrum/__main__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.



import argparse
Expand Down
3 changes: 3 additions & 0 deletions ai-notebooks/autoscrum/autoscrum.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

#credit: Martin Schroder
#research paper: https://arxiv.org/abs/2306.03197
#organization: Swedish Embedded Consulting Group Research
Expand Down
3 changes: 3 additions & 0 deletions ai-notebooks/chainlit/chainlit_example.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

# Import necessary modules and libraries
import chainlit as ui
import dotagent.compiler as compiler
Expand Down
3 changes: 3 additions & 0 deletions ai-notebooks/giftshop/app/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

from flask import Flask

app = Flask(__name__)
Expand Down
3 changes: 3 additions & 0 deletions ai-notebooks/giftshop/app/config.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

from .env import OPENAI_API_KEY, SERPAPI_KEY


Expand Down
3 changes: 3 additions & 0 deletions ai-notebooks/giftshop/app/query_data.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

import logging

from dotagent import compiler
Expand Down
3 changes: 3 additions & 0 deletions ai-notebooks/giftshop/app/serpapi.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

import logging

from serpapi import GoogleSearch
Expand Down
3 changes: 3 additions & 0 deletions ai-notebooks/giftshop/app/views.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

from flask import render_template, request

from app import app
Expand Down
3 changes: 3 additions & 0 deletions ai-notebooks/giftshop/run.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

from app import app

if __name__ == '__main__':
Expand Down
3 changes: 3 additions & 0 deletions ai-notebooks/prd_agent/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

3 changes: 3 additions & 0 deletions ai-notebooks/prd_agent/actions.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

3 changes: 3 additions & 0 deletions ai-notebooks/prd_agent/prd.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.


import os
from pathlib import Path
Expand Down
3 changes: 3 additions & 0 deletions ai-notebooks/salesGPT/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

3 changes: 3 additions & 0 deletions ai-notebooks/salesGPT/agent.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.


import logging
from pathlib import Path
Expand Down
3 changes: 3 additions & 0 deletions ai-notebooks/streamlit/streamlit_example.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

# credit : Gautam Kedia
# organization : Lyft
# twitter : http://twitter.com/thegautam
Expand Down
3 changes: 3 additions & 0 deletions app-examples/center-aligned-portfolio/portfolio/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

"""Base template for Nextpy."""
3 changes: 3 additions & 0 deletions app-examples/center-aligned-portfolio/portfolio/portfolio.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

"""Welcome to Nextpy!."""

from portfolio import styles
Expand Down
3 changes: 3 additions & 0 deletions app-examples/center-aligned-portfolio/portfolio/state.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

"""Base state for the app."""

import nextpy as xt
Expand Down
3 changes: 3 additions & 0 deletions app-examples/center-aligned-portfolio/portfolio/styles.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

"""Styles for the app."""

import nextpy as xt
Expand Down
3 changes: 3 additions & 0 deletions app-examples/center-aligned-portfolio/xtconfig.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

import nextpy as xt

config = xt.Config(
Expand Down
3 changes: 3 additions & 0 deletions app-examples/dalle/dalle/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

3 changes: 3 additions & 0 deletions app-examples/dalle/dalle/dalle.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

import nextpy as xt
from openai import OpenAI

Expand Down
3 changes: 3 additions & 0 deletions app-examples/dalle/xtconfig.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

import nextpy as xt


Expand Down
3 changes: 3 additions & 0 deletions app-examples/gallery/gallery/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

3 changes: 3 additions & 0 deletions app-examples/gallery/gallery/gallery.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

"""Welcome to Nextpy! This file outlines the steps to create a basic app."""
import csv
import nextpy as xt
Expand Down
3 changes: 3 additions & 0 deletions app-examples/gallery/gallery/styles/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

from .styles import *
from .colors import *
from .fonts import *
3 changes: 3 additions & 0 deletions app-examples/gallery/gallery/styles/colors.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

colors = {
"white": "#FFFFFF",
"red": {
Expand Down
3 changes: 3 additions & 0 deletions app-examples/gallery/gallery/styles/fonts.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

font_weights = {
"bold": "800",
"heading": "700",
Expand Down
3 changes: 3 additions & 0 deletions app-examples/gallery/gallery/styles/styles.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

import nextpy as xt

"""App styling."""
Expand Down
3 changes: 3 additions & 0 deletions app-examples/gallery/gallery/templates/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

from .template import template
3 changes: 3 additions & 0 deletions app-examples/gallery/gallery/templates/template.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

"""Common templates used between pages in the app."""

from __future__ import annotations
Expand Down
3 changes: 3 additions & 0 deletions app-examples/gallery/xtconfig.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

import nextpy as xt

config = xt.Config(
Expand Down
3 changes: 3 additions & 0 deletions app-examples/gridx_portfolio/gridx_portfolio/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

"""Welcome to Nextpy! This file outlines the steps to create a basic app."""
from xtconfig import config

Expand Down
3 changes: 3 additions & 0 deletions app-examples/gridx_portfolio/xtconfig.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

import nextpy as xt

config = xt.Config(
Expand Down
3 changes: 3 additions & 0 deletions app-examples/llm_eval_plotly/llm_eval_plotly/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

from .drawer import drawer_sidebar, DrawerState
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

import nextpy as xt
from llm_eval_plotly.data.data import llm_eval_result

Expand Down
3 changes: 3 additions & 0 deletions app-examples/llm_eval_plotly/llm_eval_plotly/data/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

3 changes: 3 additions & 0 deletions app-examples/llm_eval_plotly/llm_eval_plotly/data/data.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.




Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

"""Welcome to Nextpy! This file outlines the steps to create a basic app."""
from xtconfig import config
import nextpy as xt
Expand Down
3 changes: 3 additions & 0 deletions app-examples/llm_eval_plotly/xtconfig.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

import nextpy as xt

config = xt.Config(
Expand Down
3 changes: 3 additions & 0 deletions app-examples/mapping/mapping/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

3 changes: 3 additions & 0 deletions app-examples/mapping/mapping/mapping.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

from typing import Dict, List, Tuple
import nextpy as xt
from nextpy.frontend.components.leaflet import (
Expand Down
3 changes: 3 additions & 0 deletions app-examples/mapping/xtconfig.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

import nextpy as xt

config = xt.Config(
Expand Down
3 changes: 3 additions & 0 deletions app-examples/nextpy-chat/nextpy_chat/State/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

from . import interview
from . import main
from . import state
3 changes: 3 additions & 0 deletions app-examples/nextpy-chat/nextpy_chat/State/interview.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

import os
from openai import OpenAI
import nextpy as xt
Expand Down
3 changes: 3 additions & 0 deletions app-examples/nextpy-chat/nextpy_chat/State/main.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

import os
from openai import OpenAI
import nextpy as xt
Expand Down
3 changes: 3 additions & 0 deletions app-examples/nextpy-chat/nextpy_chat/State/state.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

import nextpy as xt

class QA(xt.Base):
Expand Down
3 changes: 3 additions & 0 deletions app-examples/nextpy-chat/nextpy_chat/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

"""Base template for Nextpy."""
3 changes: 3 additions & 0 deletions app-examples/nextpy-chat/nextpy_chat/components/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

from .loading_icon import loading_icon
from .navbar import navbar
from .modal import modal
Expand Down
3 changes: 3 additions & 0 deletions app-examples/nextpy-chat/nextpy_chat/components/chat.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

import nextpy as xt
from nextpy_chat import styles
from nextpy_chat.components import loading_icon
Expand Down
3 changes: 3 additions & 0 deletions app-examples/nextpy-chat/nextpy_chat/components/features.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

import nextpy as xt

from nextpy_chat import styles
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

from .navbar import navbar
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file has been modified by the Nextpy Team in 2023 using AI tools and automation scripts.
# We have rigorously tested these modifications to ensure reliability and performance. Based on successful test results, we are confident in the quality and stability of these changes.

import nextpy as xt
from nextpy_chat import styles
from nextpy_chat.components import loading_icon
Expand Down
Loading

0 comments on commit baae5dc

Please sign in to comment.