Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
fastx/custom-chatbot
fastx
/
Lisa-Chatbot
like
2
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
731fba9
Lisa-Chatbot
/
data
/
AssemblyInfo.cs
fastx
Duplicate from fastx/custom-chatbot
59368e0
about 2 years ago
raw
Copy download link
history
blame
Safe
612 Bytes
using
System.Reflection;
using
System.Runtime.InteropServices;
[
assembly: AssemblyTitle(
"quantum.code"
)
]
[
assembly: AssemblyDescription(
""
)
]
[
assembly: AssemblyConfiguration(
""
)
]
[
assembly: AssemblyCompany(
""
)
]
[
assembly: AssemblyProduct(
"quantum.code"
)
]
[
assembly: AssemblyCopyright(
""
)
]
[
assembly: AssemblyTrademark(
""
)
]
[
assembly: AssemblyCulture(
""
)
]
[
assembly: ComVisible(false)
]
[
assembly: Guid(
"fbf32099-b197-4ab9-8e5a-b44d9d3750bd"
)
]
[
assembly: AssemblyVersion(
"2.0.0.0"
)
]
[
assembly: AssemblyFileVersion(
"2.0.0.0"
)
]
[
assembly: AssemblyInformationalVersion(
"2.0.0 RC2N 501 2.0/develop (99c627e06)"
)
]